Podcast
Questions and Answers
Which command line utility is used to view the first few lines of a file?
Which command line utility is used to view the first few lines of a file?
- head (correct)
- tail
- man
- cat
Which command line utility is used to view the last few lines of a file?
Which command line utility is used to view the last few lines of a file?
- tail (correct)
- cat
- man
- head
What symbol is used to have one program take as input the output of another?
What symbol is used to have one program take as input the output of another?
- | (correct)
- &
- <
- >