我試圖將文件從複製:的〜/ .ssh/ 但每次我運行它使腳本說bash腳本 - 無文件存在在〜/ .ssh/
[email protected]:/etc/greenwich $ ./copybash.sh
cat: ~/.ssh/testfilegen2.log: No such file or directory
copybash.sh
!/bin/bash
sourceFile="~/.ssh/testfilegen2.log"
targetFile="/etc/network/interfaces2"
sudo cat "$sourceFile" > "$targetFile"
sudo service networking restart
有什麼建議嗎?
謝謝
您確實需要提供更多信息,特別是'copybash.sh'腳本中的代碼。 – Fred
@Fred included copybash.sh code – spbr
請看看:[我應該怎麼做當有人回答我的問題?](http://stackoverflow.com/help/someone-answers) – Cyrus