Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 build process?

0 Answers  


How we can set the password length in linux?

2 Answers   Wipro,


What does umask 022 mean?

0 Answers  


Explain the ‘ls’ command in linux

0 Answers  


how to create a new file command

17 Answers   Google,


What is linux pwd (print working directory) command?

0 Answers  


What is an inode?

3 Answers   ProdEx Technologies,


How can I check the exit status of my previous command in Linux operating system?

0 Answers   SwanSoft Technologies,


Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred ?

6 Answers   IBM, IMB,


How do I use nslookup in linux?

0 Answers  


Which command will show you free/used memory?

0 Answers  


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

0 Answers  


Categories