每次打开终端窗口时,都会收到以下消息:
Last login: Mon Nov 14 21:00:58 on ttys000
Run Code Online (Sandbox Code Playgroud)
这让我有点困扰。当我打开外壳时,有什么方法可以删除此消息?
我想我记得有一个命令行实用程序这样做过,但我不记得它叫什么了,而且一些谷歌搜索没有结果。
我知道 usingcommand > file
会写stdout
of command
to file
,但是是否有类似的方法可以附加到file
?