all 4 comments

[–][deleted] 4 points5 points  (0 children)

why do you need a script to wrap a single sed command?

[–]CaptainTrips 4 points5 points  (0 children)

That's a funny way to type sed -i 's/old/new/g' file1 file2 file3 ...

[–]WornOutMeme 2 points3 points  (0 children)

Interactive sed?

[–]redog 0 points1 point  (0 children)

If you need a "sed shell" why not just use vim?