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

Does linux cp command overwrite?

0 Answers  


What is the pwd command?

0 Answers  


What is the copy command in linux?

0 Answers  


How do I get to root directory in linux?

0 Answers  


List all the files beginning with A

10 Answers  






What is the status code 403,404 represented in apache server?

2 Answers  


What is the use of mv command in linux?

0 Answers  


what is a superblock ?

1 Answers  


what is the command for finding the higest memory occupied file in linux?

9 Answers   IBM,


what is the command to uninstall processes in linux?

17 Answers   Aegon, HCL, IBM, Ugam Solutions,


How do I use nslookup in linux?

0 Answers  


How use linux command line?

0 Answers  


Categories