Which command allows you to select and retrieve particular columns from a file?
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.