How can I only see the last 5 lines of a file?
Answer Posted / prakash
tail -n5 filename
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is the bash in linux?
What will happen when a system call is encountered in a user program?
How do I run multiple commands in linux?
Explain difference between nfs soft and hard mouniting points?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
What are the basic commands in command prompt?
How do I check disk space in bash?
What daemon is used for scheduling of the commands?
What is the difference between clang and llvm?
What is $@ in bash?
Explain about chmod options filename?
What is mask and umask in linux?
What is ll command in unix?
The head command writes the how many lines of a file to screen?
How cp command works in linux?