Re: replace string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 25Oct2008 13:13, Yong Huang <yong321@xxxxxxxxx> wrote:
| > From: "Mad Unix" <madunix@xxxxxxxxx>
| > find /dir -name "*.html" -exec sed i 's/"old"/"new"/g' {} \;
| 
| Even if you get your sed command right, that won't do in-place
| replacement, because if you use sed, the result has to be saved to a
| different file and you mv that file to overwrite your original file.

He is trying to use GNU sed's -i option, which does the same kind of thing as
Perl's -i (in place edit) option, with the same often-undesirable hard link
breakage.
-- 
Cameron Simpson <cs@xxxxxxxxxx> DoD#743
http://www.cskk.ezoshosting.com/cs/

Microsoft is not the ANSWER.
  Microsoft is the QUESTION,
    and the ANSWER is NO!       - Roland.Giersig@xxxxxxxxxxxxxx

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux