Which of these commands help us display the top ten lines of review.txt
?
Perfect! We write head
followed by the number of lines with a preceding -
sign and provide the file name. The default number of lines is ten.
Close! We write head
followed by the number of lines with a preceding -
sign and provide the file name. The default number of lines is ten.