Antonio Diaz <[EMAIL PROTECTED]> writes:

> Recently i needed a tool for removing from a text file the lines
> longer or shorter than certain limits,

Commands like the following should do the trick:

awk '10 <= length'

awk 'length <= 20'


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to