To extract specific columns from a file, ____ command is used.

🎲 Try a Random Question  |  Total Questions in Quiz: 54  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Unix Basics Practice Test: Unix Simple Filters — practice the complete quiz, review flashcards, or try a random question.

Quiz on filtering commands, sort command, unique and tr commands. Here are some examples of Unix simple filters: cat: This command concatenates files and prints them to standard output. It can also be used to create new files. grep: This command searches for a pattern in a file or files and prints the lines that match the pattern. head: This command prints the first few lines of a file. sort: This command sorts the lines of a file in alphabetical or numerical order. tail: This command prints the last few lines of a file. tr: This command translates, squeezes, and/or deletes characters... Show more

To extract specific columns from a file, ____ command is used.