Powered By

Powered by Blogger

Selasa, 22 September 2009

Quick Tip: Check Gmail From Command Line [ Linux & Mac OS X ]

Using the following command, you can check your unread messages in Gmail, via a simple terminal:

curl -u username:password --silent "https://mail.google.com/mail/feed/atom" | perl -ne 'print "\t" if /<name>/; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'


For other very useful Linux commands (some also work on Mac OS X), visit THIS and THIS post.

[via commandlinefu]

Tidak ada komentar:

Posting Komentar