|
|
| No such thing as a small change | |
| PerlMonks |
RE: Re: How do I remove blank lines from text files?by httptech (Chaplain) |
| on Jul 11, 2000 at 02:48 UTC ( [id://21908]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Of course, if you're going to bother to start up vi, you
might as well just do
perl -pi -e 's/^\n$//' file.txt
But I think this exceeds the scope of the original poster's
question, since his program is already parsing the file.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||