summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/awk/LIMITATIONS
blob: 64eab85f164bf581ae3f44f0f93929047a036a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_INT
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
OpenPOWER on IntegriCloud