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 are bash commands?
Write a command to kill the last background job?
What command is used to check the current users?
What is ctrl d?
Explain ‘system calls’ with respect to unix commands?
How many unix commands are there?
What is the difference between awk and grep?
What does #!/ Bin sh do?
What is the unix command to confirm a remote host is alive or not?
What is unix command line?
What does pipe () return?
What does awk stand for?
What is the first character of the output in ls l command?
why metadb requires a seperate slice to create Solaris volume manager
Who wrote grep?