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

What is the Basic Structure of AWK program?

Answer Posted / pinky shan

BEGIN { print "START" }

{ print }

END { print "STOP" }

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a command to print first and last line using sed command?

710


What is the use of string function match(string,regex)?

1202


How add a first record and last record to the current file in linux?

1250


What is the use of ERRNO?

1527


What is the use of string function sub(regex,replacement)?

1333


what are divisions main frems

1891


Write a command to find the sum of bytes (size of file) of all files in a directory?

811


What is the use of string function length(string) in AWK?

1127


What are Conditional expressions in AWK?

1141


What is the use of string function gensub(r,s,h [,t])?

1751


What is the use of string function substr(string,position) in AWK?

1285


What is the use of FNR?

1353


How to execute an AWK script?

1177


How to print only blank line of file?

813


Write a command to print the squares of numbers from 1 to 10 using awk command?

1066