【发布时间】:2013-03-21 01:41:03
【问题描述】:
我正在尝试运行此 bash 命令,但无法绕过“|”管道字符
rsh -l user machine "echo "PORTS = 123|456|789" >> conf.cfg"
获取:
bash: 456 >> conf.cfg: No such file or directory
bash: 789: command not found
您知道我如何将PORTS = 123|456|789 回显到远程文件中吗?
谢谢!
【问题讨论】: