what is the command to print last 8 lines of any text file.
Answer Posted / meghna
sed -n '$-8 , $p' filename
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is grep short for?
What is the use of awk command in unix?
What is difference between grep and find command in unix?
What is ‘ps’ command for?
Which command is used to delete all files in the current directory and all its sub-directories?
How do I use grep to find a file?
What command is used to check the current users?
How to display no of records in oracle using unix command?
What does this command do? Cat food 1 > kitty
What is unix command?
What is awk used for?
How can you see the command line history?
How does shebang work?
What is grep in bash?
What happens when we execute a unix command?