what is the command to print last 8 lines of any text file.
Answer Posted / chandrani
head -8 <file name>
| Is This Answer Correct ? | 9 Yes | 84 No |
Post New Answer View All Answers
What is {} in find command?
How to use grep command to list find the records of a file containing 10 different strings?
What is the behavioural difference between cmp and diff commands?
Can you explain a little bit about command substitution?
What are bash commands?
What is grep r?
How does pipe () work?
How does the system know where one command ends and another begins?
What do chmod, chown, chgrp commands do?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Describe the usage and functionality of the command rm –r * in unix?
Is it inbetween or in between?
How do I use grep to find a file?
What are the commands in UNIX to list the files in a Directory?
Name the unix command to find how many days the server has been up.