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
Write a command that will display files in the current directory, in a colored, long format.
What is used to type command?
What does pipe () return?
How do you grep recursively?
What do chown command do?
What is unix command?
what is the advaantage of each user having its own copy of the shell?
How do I clear my terminal history?
What is grep short for?
What command is used to switching between users in unix?
How does shebang work?
What do chgrp command do?
Differentiate cmp command from diff command.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How do I search for a file in unix command?