Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: One-liner removes whitespace-only lines from text file

by jmcnamara (Monsignor)
on Dec 19, 2001 at 14:00 UTC ( [id://133075]=note: print w/replies, xml ) Need Help??


in reply to (code) One-liner removes whitespace-only lines from text file


This is attributable to abigail:      perl -lp00ee file Update: As chip points out, this one-liner removes blank lines and not whitespace-only lines.

--
John.

Replies are listed 'Best First'.
Re: Re: One-liner removes whitespace-only lines from text file
by chip (Curate) on Dec 19, 2001 at 14:39 UTC
    Well, 10 out of 10 for cleverness, but abigail's trick only removes empty lines, i.e. those that match /^$/; but the original requirement was to remove lines made up of any combination of whitespace.

        -- Chip Salzenberg, Free-Floating Agent of Chaos

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://133075]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-26 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found