in reply to Re: Edit File in place
in thread Edit File in place
Meaning that -i basically does the same 'trick': open for read, edit, write back.-i[extension] specifies that files processed by the `<>' construct are to be edited in-place. It does this by renaming the input file, opening the output file by the original name, and selecting that output file as the default for print() statements. The extension, if supplied, is used to modify the name of the old file to make a backup copy, following these rules:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Edit File in place
by Bird (Pilgrim) on Aug 15, 2002 at 18:58 UTC |