为什么我得到一个" bash:cat - :命令未找到"我的bash脚本中出错?

时间:2015-07-15 12:45:40

标签: shell unix

我正在编写一个每隔一段时间运行另一个程序的shell脚本。

这是我目前的尝试:

           inputFile=$1
percentageBufferFill=$2
        outputTarget=$3
          outputFile=$4

mbuffer -i $inputFile -P $percentageBufferFill | ssh $outputTarget \"cat - > $outputFile \"

我收到了错误消息,但我不确定这意味着什么:

summary:  0.0 KiByte in  0.0sec - average of  0.0 KiB/s
bash: cat - : command not found

这条错误消息告诉我有关我的脚本的信息是什么?

0 个答案:

没有答案
相关问题