perl -ni -e 'print if /\S/' file.txt [download]
-- Randal L. Schwartz, Perl hacker
In reply to Re: Re: Re: replacing blank lines by merlyn in thread replacing blank lines by indapa