我正在学习一个教程,它提到运行这个命令:
sudo chmod 700 !$
我不熟悉!$。这是什么意思?
!$
bash command-history
我在几个不同的 shell 脚本中看到过这个命令:
exec $SHELL -l
...通常作为替代:
source ~/.profile
究竟在exec $SHELL -l做什么?
shell-script
bash ×1
command-history ×1
shell-script ×1