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

what is nis server?

4 Answers   IBM,


What is file and example?

0 Answers  


how to run the boot loader in the linux.......

5 Answers  


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

0 Answers  


1). What are the situation in process is duplicate is linux box.? 2) Give me 5 situation to kill a process?

1 Answers   Perot Systems,






Brief about the command kill PID?

0 Answers  


What is cd command used for?

0 Answers  


What is the command to check wwn # in linux?

4 Answers   Siemens,


How would you find whether a remote server is up or not?

8 Answers   HP,


What is git command?

0 Answers  


What could be the problem when a command that was issued gave a different result from the last time it was used?

0 Answers  


What would you do when all the processess hangs and there is no other option in unix?

3 Answers   HP,


Categories