diff options
Diffstat (limited to 'gnu/usr.bin/awk/LIMITATIONS')
-rw-r--r-- | gnu/usr.bin/awk/LIMITATIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/awk/LIMITATIONS b/gnu/usr.bin/awk/LIMITATIONS index 5877197..64eab85 100644 --- a/gnu/usr.bin/awk/LIMITATIONS +++ b/gnu/usr.bin/awk/LIMITATIONS @@ -12,3 +12,5 @@ Characters in a character class: 2^(# of bits per byte) # 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 |