Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- STR=$(curl 'http://www.twitter.com/statuses/user_timeline/fr0zenlight.rss' | grep -o '\#router.*>' | sed 'n;d' | sed 's/#router//' | sed 's/<//' )
- echo $STR
- grep '.*' STR
Advertisement
Add Comment
Please, Sign In to add comment