what is the command to print last 8 lines of any text file.
Answer Posted / indu sharma
cat <filename> | head -n 8
| Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is the difference between cat command and more command?
What command is used to switching between users in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Who command in unix operating system?
What will the following command do?
What is the unix command to confirm a remote host is alive or not?
How do I use grep to find a file?
What is pipe command in unix?
Is it inbetween or in between?
Name the unix command to find how many days the server has been up.
What do know about tee command?
How do I use nslookup?
What does the md command do?
What command will change your prompt to myprompt?