Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nawk question

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Does anybody know the maximum argument length that can be passed to nawk?
 
The following limits exist in this implementation of awk:
100 fields
3000 characters per input record
3000 characters per output record
3000 characters per field
3000 characters per printf string
400 characters per literal string or regular expression
250 characters per character class
55 open files or pipes

double precision floating point

Numbers are limited to what can be represented on your machine; numbers
outside this range will have string values only.
***************************************
Party on, dudes!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top