|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/gawk-3.1.5/ |
Upload File : |
This file describes limits of gawk on a Unix system (although it is variable even then). Non-Unix systems may have other limits. # of fields in a record: MAX_LONG Length of input record: MAX_INT Length of output record: unlimited Size of a field: MAX_INT Size of a printf string: MAX_INT Size of a literal string: MAX_INT Characters in a character class: 2^(# of bits per byte) # of file redirections: unlimited # of pipe redirections: min(# of processes per user, # of open files) double-precision floating point Length of source line: unlimited Number of input records in one file: MAX_LONG Number of input records total: MAX_LONG