Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'See and post Twitter messages from Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
See and post Twitter messages from Terminal
Authored by: Anonymous on Apr 13, '10 09:47:06AM

curl -s http://twitter.com/user | sed -n '/^$/d;s/^ *//;/class=.entry-content./!d;s/<[^>]\+>//g;s/^/* /;p'

Same thing but different. And it's still less than 140 characters.

Gotta love the "Edited on" remarks. As if it bloody matters.

Edited on Apr 13, '10 09:51:07AM by



[ Reply to This | # ]
See and post Twitter messages from Terminal
Authored by: John M on Apr 15, '10 09:22:38AM

Thanks. sed regex stuff makes my head hurt. :)



[ Reply to This | # ]