Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for line in filename do
  2. sed /s/"*=*+1"/replacement/g
  3.  
  4. -$ cat someFile.c
  5. age=age+1
  6. -$ ./replace someFile.c
  7. -$ cat someFile.c
  8. age++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement