在看一个脚本~/.profile 的时候发现了mesg命令以及一个奇怪用法
~/.profile
# ~/.profile: executed by Bourne-compatible login shells. if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi mesg n || true
在看一个脚本~/.profile 的时候发现了mesg命令以及一个奇怪用法
~/.profile
# ~/.profile: executed by Bourne-compatible login shells. if [ "$BASH" ]; then if [ -f ~/.bashrc ]; then . ~/.bashrc fi fi mesg n || true
相关文章: