Re: Getting a text file rid of all superfluous blank lines

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

 



On 12/1/05, Les Mikesell <lesmikesell@xxxxxxxxx> wrote:
> > > sed -e 's;^\w*$;;' file-to-clean | grep -v '^$'
> >
> > Why not use egrep to do it in one pass? Something like:
> >
> > egrep -v '^\w*$' file-to-clean
>
> Neither of these leave any blank lines.  The idea was
> to collapse repeated blank lines or lines containing only
> white space to one.

So many ways of solving my problem show that this list is quite creative!

Paul


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux