Guest User

Untitled

a guest
Apr 25th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #! /bin/csh
  2.  
  3. cat ring.txt | sed -n -e ':debut \
  4. s/Wulf, Humain$/&/I \
  5. t photo \
  6. b \
  7. :photo \
  8. P \
  9. n \
  10. s/photo = \(.*\)/\1\.jpg/ \
  11. P \
  12. n \
  13. s/%(/&/ \
  14. t boucle \
  15. b debut \
  16. :boucle \
  17. P \
  18. n \
  19. s/%)/&/ \
  20. t finhist \
  21. b boucle \
  22. :finhist \
  23. P'
Add Comment
Please, Sign In to add comment