Guest User

Untitled

a guest
Oct 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. sed -e 's/string1/string2/g' -e 's/string4/string5/g'
  2.  
  3. for e in 's/foo/smeagol/g' 's/fred/horny/g';do
  4. sed -e "$e" file.txt
  5. done
Add Comment
Please, Sign In to add comment