bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New tool for textutils


From: Paul Eggert
Subject: Re: New tool for textutils
Date: 31 Mar 2003 13:10:20 -0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3

Antonio Diaz <address@hidden> 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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]