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...

In a file , how to retrieve the lines which are the
multiples of 50 ? like 50,100,150th lines etc.

Answer Posted / ramesh jp

awk 'NR % 50 == 0' print

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.

1230


How do I run a script on mac?

1028


How to calculate the number of passed arguments?

999


What are the 3 standard streams in linux?

1050


What is $1 in shell scripting?

985


Write a command sequence to find all the files modified in less than 2 days and print the record count of each.

1440


What are the advantages of using shell scripts?

1013


Can shell script run on windows?

977


What is a batch file used for?

1027


Given a file find the count of lines containing the word "abc".

1491


Why is shell scripting important?

973


What is eval in shell script?

1161


What are the different commands available to check the disk usage?

919


How will you connect to a database server from linux?

987


c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command

5329