Guest User

Untitled

a guest
May 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. sajko@hanna:~/public_html/tv-list> sh temp.sh
  2. #/bin/bash
  3. cat $0
  4. echo
  5. cat problem.txt
  6. echo
  7. cat problem.txt | \
  8. sed -e "s/<a href='.*'>\([0-9].*\)<\/span>/\1/" \
  9. -e "s/<\/a>//" -e "s/<font color=.*>\[.*\]<\/font>//"
  10.  
  11. <a href='/Numb3rs/episodes/676640/5x01'>81: 5x01 -- High Exposure</a> (Oct/03/2008)</span>
  12. <a href='/Naruto_Shippuuden/episodes/698125/1x76'>76: 1x76 -- Akatsuki vs Team Asuma!</a> (Sep/25/2008) <font color='#666666' size='1'>[Special Airtime: 08:00 pm]</font></span>
  13.  
  14. 81: 5x01 -- High Exposure (Oct/03/2008)
  15. 76: 1x76 -- Akatsuki vs Team Asuma! (Sep/25/2008)
Add Comment
Please, Sign In to add comment