Alexandre Oliva <[EMAIL PROTECTED]> writes:
> This might work:
> 
> awk '{len+=length()+1;} END {print len;}' < filename

Are you sure there's not a stupid awk that has some limit for the
length of a line and will truncate it? :-(

/assar

Reply via email to