标签: ubuntu terminal command ubuntu-12.04
最近我发现了一条帖子说明了这一点:
要检查Gmail帐户中的未读邮件,请使用以下命令:
curl -u GMAILUSER --silent "https://mail.google.com/mail/feed/atom" | \ perl -ne 'print "\t" if //; print "$2\n" if /<(title|name)>(.*)<\/\1>/;'
但它确实向我发送了有关未读邮件的信息?命令错了吗?这有什么不对吗?