what is the command to print last 8 lines of any text file.
Answer Posted / ravikishore
cat <f.n> | tail -8
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does cp command overwrite files?
What is the significance of the 'tee' command?
How do I use nslookup?
what is the advaantage of each user having its own copy of the shell?
What do chgrp command do?
Give the command for finding the current date.
Write a command that will display files in the current directory, in a colored, long format.
What will the following command do?
Who wrote grep?
Differentiate cmp command from diff command.
Describe the zip/unzip command using gzip.
What is a command and examples?
Explain command to show the space allocation of files?
How does pipe () work?
What is the difference between cat command and more command?