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

How can you find configuration on linux?

5 Answers  


what is command like " #(cd unixos; pwd) " tell me OUTPUT

10 Answers   Google,


What would be the result of the command paste -s dog cat?

0 Answers  


How to shuffle the GRUB booting from one Disk to other?

1 Answers  


Who whoami linux?

0 Answers  


What is vnc?

0 Answers  


what is the command to make a process to run in the background from foreground?

5 Answers   Patni,


How do you do nslookup?

0 Answers  


ls -l ls -t ls -r ls -a ls -ltr ls -u grep error file.txt grep -v error file.txt perl prg.pl | ./file.txt tee chmod +x chmod -x chmod =x ps bg date +%y%m%d ?

0 Answers   HP,


how do u extract files from iso cd images in linux?

5 Answers   Wipro,


Which command is used to clear the screen?

0 Answers  


How do I change directories in linux command line?

0 Answers  


Categories