#!/bin/sh echo "London : " `TZ=Europe/London date "+%a %H:%M"` echo "Perth : " `TZ=Australia/Perth date "+%a %H:%M"` echo "NOLA : " `TZ=America/Mexico_City date "+%a %H:%M"`
TZ=Europe/London date "+%a %H:%M"
| The Following 2 Users Say Thank You to benh_n900 For This Useful Post: | ||
| The Following User Says Thank You to Simply_Texan For This Useful Post: | ||
| The Following User Says Thank You to Schturman For This Useful Post: | ||
#!/bin/sh echo "London : " `TZ=Europe/London date "+%a %H:%M"` echo "Perth : " `TZ=Australia/Perth date "+%a %H:%M"` echo "NOLA : " `TZ=America/Mexico_City date "+%a %H:%M"`
| The Following User Says Thank You to zero2007 For This Useful Post: | ||
| The Following User Says Thank You to benh_n900 For This Useful Post: | ||

#!/bin/sh set $(date +%d\ %m\ %Y) gconftool -s /apps/connui-cellular/operator_name_online $1.\ $2.\ $3 --type=string