Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Edit huge file

by pvaldes (Chaplain)
on Jun 19, 2013 at 22:34 UTC ( [id://1039858]=note: print w/replies, xml ) Need Help??


in reply to Edit huge file

I am needed to edit a large, 500+ megabyte file in Perl, to remove one line near the beginning of the file, and one near the end

(... This problem reminds me to head and tail programs...) you could use head to obtain the line, read to pick up just the first X characters of a file and then overwrite this line, maybe using also seek. Just some untested ideas...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1039858]
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: (7)
As of 2024-04-18 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found