Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要输入这个命令。它是用 写的bash,但我的终端是zsh。我该如何重写它?
bash
zsh
ssh username@rserver.com -L 127.0.0.1:8888:*:11111
这些只是 的论据ssh,它们并不bash具体。不过,您可能想逃避您的 glob(尽管这也是如此bash)。
ssh
ssh username@rserver.com -L 127.0.0.1:8888:\*:11111