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 to get the last ten lines of a file using awk utility?



How to get the last ten lines of a file using awk utility?..

Answer / ajay

awk '{x[NR]=$0} END{for (i=NR-10;i<=NR;i++) print x[i]}'

Is This Answer Correct ?    7 Yes 5 No

Post New Answer

More Unix Commands Interview Questions

What will the following command do?

0 Answers  


Will rm -r* removes hidden files?

10 Answers  


what do you understand by 'building block primitive'?

0 Answers   Infosys,


What is an Environment Variable?

4 Answers   CTS,


How do I clear my terminal history?

0 Answers  


what is virtual machine?

2 Answers   Infosys,


What is “chmod” command?

0 Answers  


Explain command to show the space allocation of files?

0 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


What is awk command used for?

0 Answers  


How do I delete files from command prompt?

0 Answers  


What are file permissions in Unix, and how are they represented?

2 Answers  


Categories