我有一个命令
path/to/forticlientsslvpn_cli --server <host>:<port> --vpnuser testpass\101
当我运行脚本时,linux 在 testpass 和 101 之间放置了一个空格。我希望脚本看到“testpass\101”作为用户名
我希望我说得通
command-line bash quoting
bash ×1
command-line ×1
quoting ×1