Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: multi-line in-place edits

by holli (Abbot)
on Feb 15, 2005 at 19:36 UTC ( [id://431304]=note: print w/replies, xml ) Need Help??


in reply to multi-line in-place edits

perl -0ni -e "print qq({$_})" file


holli, /regexed monk/

Replies are listed 'Best First'.
Re^2: multi-line in-place edits
by jsprat (Curate) on Feb 16, 2005 at 01:18 UTC
    perl -0ni -e "print qq({$_})" file

    Caveat - this will fail quietly if the file contains any null bytes. -0 with no arguments sets the record separator to \0.

    Better to explicitly use -0777. This will cause perl to slurp the whole file, since "there is no legal byte with that value" (quoted from perlrun)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found