one more , please share your views about them and give me some suggestions to make them better.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Male
04 May 2013 - 11:25 PM
one more , please share your views about them and give me some suggestions to make them better.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
03 May 2013 - 09:32 PM
rulet, on 03 May 2013 - 08:38 PM, said:
03 May 2013 - 09:35 AM
#!/bin/bash
date +%d
date +"%A"
date +%B
date '+%I:%M:%S %p'
curl --silent "http://weather.yahoo.com/india/rajasthan/jaipur-2295401/" | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl --silent -o /tmp/weather.png\
file://localhost/tmp/weather.png
curl --silent "http://weather.yahooapis.com/forecastrss?p=INXX0059&u=c" | grep -A1 "yweather:condition" | awk '{ printf $4 $2 }' | sed -e 's/"//g' -e 's/=//g' -e 's/temp//g' -e 's/text/ºC /g'
curl --silent http://feeds.feedburner.com/brainyquote/QUOTEBR | egrep '(description)' | sed -n '3p;' | sed -e 's/<[^>]*>//g'
curl --silent http://feeds.feedburner.com/brainyquote/QUOTEBR | egrep '(title)' | sed -n '3p;' | sed -e 's/<[^>]*>//g' | sed -e 's/^/—/'
03 May 2013 - 02:00 AM
theconnactic, on 02 May 2013 - 08:16 PM, said:

Find content