我正在尝试使用命令行上的邮件向 don 发送一条消息,你如何结束这条消息?我给 don 发邮件
放入我的消息但无法发送。我必须终止该进程
答案1
按 CTRL-D。
例子:
$ mail -s "Hello World" [email protected]
Cc:
Hi Peter
How are you
I am fine
Good Bye
<Ctrl+D>
我正在尝试使用命令行上的邮件向 don 发送一条消息,你如何结束这条消息?我给 don 发邮件
放入我的消息但无法发送。我必须终止该进程
按 CTRL-D。
例子:
$ mail -s "Hello World" [email protected]
Cc:
Hi Peter
How are you
I am fine
Good Bye
<Ctrl+D>