Podcast
Questions and Answers
Which command is used to compress a file?
Which command is used to compress a file?
- gzip (correct)
- wc
- grep
- gunzip
Which parameter is used with the 'grep' command to perform a case insensitive search?
Which parameter is used with the 'grep' command to perform a case insensitive search?
- -l
- -r
- -n
- -i (correct)
Which command is used to count lines, words, and bytes of a file?
Which command is used to count lines, words, and bytes of a file?
- gunzip
- gzip
- wc (correct)
- grep
Which command is used to sort the contents of a file in reverse order?
Which command is used to sort the contents of a file in reverse order?
Which command is used to remove consecutive duplicate lines from a file?
Which command is used to remove consecutive duplicate lines from a file?
Which command is used to extract specific fields from each line of a file using a delimiter?
Which command is used to extract specific fields from each line of a file using a delimiter?
The 'gzip' command is used to decompress a gzipped file.
The 'gzip' command is used to decompress a gzipped file.
The 'grep' command can be used to search for a specific pattern in a file.
The 'grep' command can be used to search for a specific pattern in a file.
The 'wc' command can only count lines in a file.
The 'wc' command can only count lines in a file.
The 'sort' command can only sort files based on alphanumeric values.
The 'sort' command can only sort files based on alphanumeric values.
The 'uniq' command removes all duplicate lines in a file, even if they are not consecutive.
The 'uniq' command removes all duplicate lines in a file, even if they are not consecutive.
The 'cut' command can extract specific fields from each line of a file using a delimiter.
The 'cut' command can extract specific fields from each line of a file using a delimiter.
Which command is used to compress a file?
Which command is used to compress a file?
What parameter is used with the 'grep' command to perform a case insensitive search?
What parameter is used with the 'grep' command to perform a case insensitive search?
Which command is used to count lines, words, and bytes of a file?
Which command is used to count lines, words, and bytes of a file?
Which command is used to redirect output to a file?
Which command is used to redirect output to a file?
What does the 'uniq' command do?
What does the 'uniq' command do?
What does the 'cut' command do?
What does the 'cut' command do?
Flashcards are hidden until you start studying