logo       

Re: New tool for textutils: msg#00118

gnu.core-utils.bugs

Subject: Re: New tool for textutils

Antonio Diaz <ant_diaz@xxxxxxxxxxx> 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'


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise