what is the command to print last 8 lines of any text file.
Answer Posted / indu sharma
cat <filename> | head -n 8
| Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
What will the following command do?
Write a command to display a file’s contents in various formats?
How do I use grep to search for a file?
How does pipe () work?
What is the nmap command?
What is the comma to display different lines that are found when compare two files?
What is in grep command?
Can you explain a little bit about command substitution?
Explain ‘system calls’ with respect to unix commands?
What difference between cmp and diff commands?
Which unix command to make a new directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Who wrote grep?
What are bash commands?
Are you in or at the office?