如何暂停 ssh 连接。Control-Z 挂起远程进程。我使用 OpenSSH 客户端和 bash。
ssh bash
在 bash 中:
$ a=1 $ echo $a 1 $ echo "$a" 1
但:
$ echo ! ! $ echo "!" bash: !: event not found
为什么在“echo !”中,bash 不展开。
linux bash
bash ×2
linux ×1
ssh ×1