How can I only see the last 5 lines of a file?

Answers were Sorted based on User's Feedback



How can I only see the last 5 lines of a file?..

Answer / prakash

tail -n5 filename

Is This Answer Correct ?    20 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / senthil

tail -5 filename

Is This Answer Correct ?    17 Yes 1 No

How can I only see the last 5 lines of a file?..

Answer / shyam

tail -5 filename

Is This Answer Correct ?    8 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / vinod

#tail -n5 filename

Is This Answer Correct ?    3 Yes 1 No

How can I only see the last 5 lines of a file?..

Answer / rams

tail -5 <filename>

Is This Answer Correct ?    2 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / arnab chowdhury

#tail -n 5 <filename>

Is This Answer Correct ?    2 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / prashant

#tail -5 "filename"

Is This Answer Correct ?    1 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / madhava reddy

#tail -5 <filename> press enter

Is This Answer Correct ?    1 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / gaurav chaudhary

#tail -n -5 <filename>

Is This Answer Correct ?    0 Yes 0 No

How can I only see the last 5 lines of a file?..

Answer / swarup devalekar

tail -n filename

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

Explain trap command; shift command, getopts command of linux?

0 Answers  


What is kill command?

0 Answers  


what is initrd image?

5 Answers   IBM, Oracle,


How to reset root password via command Redhat 5.2

13 Answers  


Which command would you use if you want to remove the password assigned to a group?

0 Answers  






What is du command in linux?

0 Answers  


WHAT IS THE MEANING IF AIX

5 Answers   IBM,


Who whoami linux?

0 Answers  


How remove all files in a directory linux?

0 Answers  


How do you insert comments in the command line prompt?

0 Answers  


What is a makefile in c?

0 Answers  


Brief about finger username?

0 Answers  


Categories