> (Is awk line length-limited?)

you can test stuff like this yourself:

; dd -if /dev/zero -bs 8192 -count 10 | tr '\0' 'x' | awk '{print length($1)}'
10+0 records in
10+0 records out
81920

- erik

Reply via email to