in reply to Re: removing blank lines from files
in thread removing blank lines from files
tonext if /^\s+$/;
and it will catch empty lines and lines containing only whitespace.next if /^\s*$/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: removing blank lines from files
by mirod (Canon) on Jun 20, 2002 at 13:35 UTC |