Have you ever wanted to update your twitter status from linux command line? Using curl you can do this.
curl -u user:password -d status=”Your status message” http://twitter.com/statuses/update.xml
Just simply replace user with your username password with your password and Your status message with the content of your latest tweet


Sat, Aug 8, 2009
Misc