| Question | Answer |
| Where does the cat command gets is name? | the word concatenate |
| What does the word concatenate mean? | merge or append |
| What command to use to avoid viewing binary file? | file command |
| What does the split command do? | take a file and split it |
| What does INPUT mean: split [OPTION]... [INPUT [PREFIX]] | a file |
| Using the split command. the new files will be named with a prefix of what? | x |
| Using the split command. the new files will be named with a suffix of what? | alphabetical, exa: aa, ab, etc |
| he split command will breaks apart a file into how many chunks? | 1,000 |
| Purpose of the head command | view the beginning of a file or input |
| What does tail command do? | displays contents from the end of the file |
| What does the paste command do? | merge the lines of files |
| What does the join command do? | combine two files |
| What does the cut command do? | extracts fields of information |
| Sort command is use to: | display a file sorted |
| What does the uniq command do? | Similar to the sort command |
| What does the fmt Command | simple text formatting |
| What does the pr Command do? | prepares a file for printing |
| What is the use of the od command? | display the contents of a file when it contains non-printable characters |
| What does the tr command do? | translate information |
| What is the sed command? | stream editor to modify text |
| What does the wc command do? | Use for counting |
Want to create your own Flashcards for free with GoConqr? Learn more.