How To Quickly Check Your Unread Gmail From Linux Mint / Ubuntu Terminal
Here’s how to quickly check your unread Gmail from Linux Mint / Ubuntu terminal:
1. Issue the following command at the terminal –
sudo apt-get install curl
2. Now, to quickly check unread Gmail, issue the following command at the terminal –
curl -u <username>@gmail.com:<password> –silent “https://mail.google.com/mail/feed/atom” | tr -d ‘\n’...