我目前正在使用:在bash中,我如何重命名使用rsync傳輸的文件?
rsync -e ssh "$f" $destination:$destinationFolder/"$baseFileName.lck"
如果baseFileName中有一個空間,這是行不通的。
我也使用baseFileName在其他幾個地方,如:
destChecksum="$(echo "$(ssh $destination md5sum $destinationFolder/"$baseFileName.lck")"| cut -d \ -f 1)"
該行還打破了在baseFileName空間的存在。 請提出解決方案。
感謝您的及時回覆 – user3867945 2014-09-02 10:59:40