Thread: SED Script
what's up?
ok, want replace character word know command
but theirs prob, dont want replace word, thing want replace "/" word but.code:sed s/first/second/ output.txt >>finished.txt
wont work lolers. can suggest way around this?code:sed s///second/ output.txt >>finished.txt
bye.
use non-quoted backslash (\) escape character:
code:sed "s/\//slash/" file.name >> blah
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] SED Script
Ubuntu
Comments
Post a Comment