Which command allows you to select and retrieve particular columns from a file?

Choose the correct answer

Explanation

The 'cut' command is specifically designed to extract designated columns or fields from a file, whereas 'cat' displays the entire content, 'grep' searches for patterns, and 'paste' merges files side-by-side.

Which command allows you to select and retrieve part… — Basic of linux unix | PakQuizHub