in reply to Inplace without backup uses no extra disk space?
I presume that sed -i does the following:
perl -i does the same thing. If you say that sed uses a temp file, then so does perl. The only difference is that Perl makes the original anonymous instead of adding some suffix.
Windows doesn't support anonymous files, which is why you need to specify a suffix on Windows.
|
|---|