如何在控制台中阅读邮件
我打开 Mac 终端,它显示:“您有邮件”。我什至不知道我可以在控制台中收到邮件。有谁知道我可以输入什么命令来阅读邮件?
I opened my Mac terminal and it said, "You have mail" . I didn't even know I could get mail in the console. Does anyone know what command I can enter to read the mail?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
令人震惊的是,它的名字是...
mail
。 :)Shockingly, it's named...
mail
. :)在命令行提示符(“$”)下,键入“mail”,然后按 [Enter]
然后邮件会告诉您有多少封电子邮件正在等待(可能没有)。
输入您要阅读的电子邮件的序列号(例如“1”)并按 [Enter]
然后您将看到电子邮件的文本。
要删除电子邮件,请在阅读后按“d”键并输入。
要退出“邮件”,请按 [Ctrl][d] 关闭应用程序
at the command line prompt ("$"), type "mail" and then hit [Enter]
mail will then tell you how many emails you have waiting (possibly none).
enter the sequence number of the email you want to read (e.g., "1") and hit [Enter]
you will then be shown the text of the email.
To delete the email, once read, hit the "d" key and enter.
To exit 'mail', hit [Ctrl][d] to close the application
要删除,只需输入
删除范围
例如
删除1 - 10
To delete just type
delete range
e.g
delete 1 - 10