Uncombed Whiskers

experiments with fluff….

BBC breaking news on logging-in to your favorite shell

leave a comment »

Crude yet working one-liner; Add to your favorite .rc file and Enjoy!

curl -silent -A="BBC News 1.2.1 (iPad; iPhone OS 3.2; en_US)" http://cdnedge.bbc.co.uk/nol/ukfs_news/hi/front_page/ticker.json | awk -F "headline\":" '{ for (i=2; i<6; i++) { split( $i, a, /,\"/); print a[1] } }' | sed '/^$/d'

Advertisement

Written by shakhan

August 16, 2010 at 8:11 PM

Posted in code

Tagged with

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.