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 is a command and examples?
How do I delete files from command prompt?
What are file commands?
What is the use of awk command in unix?
Who wrote grep?
What does the “echo” command do?
What are awk commands?
Which command is used to copy files?
Is ‘du’ a command? If so, what is its use?
What is the difference between cat and more command?
Does cp command overwrite files?
What is the use of the tee command?
What is the comma to show the space allocation of files?
What does awk stand for?
What is nr in awk command?