how is the possible the "last 10 files present in the
current directory and stores them in the file list".

Answers were Sorted based on User's Feedback



how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / lele

ls -1t | tail -n 10 > filename

Is This Answer Correct ?    7 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / puneet lakhina

ls -l|tail -n 10

Is This Answer Correct ?    3 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / karan

ls -l |tail -n 10 > filename

Is This Answer Correct ?    3 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / milli

ls -l | tail -10 > filename

Is This Answer Correct ?    2 Yes 0 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / ashish

ls -lrt |tail -10 >file

Is This Answer Correct ?    2 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / ramya

ls -l |tail >filename

Is This Answer Correct ?    1 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / santosh

ls -lrt|tail > filelist

Is This Answer Correct ?    1 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / sushil

ls | tail > filename

Is This Answer Correct ?    0 Yes 1 No

how is the possible the "last 10 files present in the current directory and stores them in th..

Answer / dalwinder singh

ls * > filename d

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

Information technology is widely used in

0 Answers  


What are the basic commands in LINUX?

6 Answers  


What are linux commands useful?

0 Answers  


what is the diff b/w ext2 and ext3?

5 Answers  


in unix how to change old name to new name

7 Answers   Google,






what is ldd?

7 Answers   IBM, Magnum, TCS, Tech Mahindra,


What is type command in linux?

0 Answers  


how to call recursive grep function?

2 Answers  


What are the basic dos commands?

0 Answers  


What does df command do in linux?

0 Answers  


What does && mean in bash?

0 Answers  


Linux system monitoring Tools?

6 Answers   HCL, IBM,


Categories