[問題] 背景執行與輸出導向疑問

看板Linux作者 (scitamehtam)時間2年前 (2022/01/25 22:47), 編輯推噓1(101)
留言2則, 1人參與, 2年前最新討論串1/1
cp -p dirA dirB > /tmp/log 2>&1 & 整段丟背景執行 cp -p dirA dirB & > /tmp/log 2>&1 前面丟背景執行,如有輸出再導向 哪個才是正確的作法呢? 這邊搞不是很懂 感謝 ---- Sent from BePTT on my iPhone 12 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.216.51.167 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1643122034.A.C45.html

01/26 13:35, 2年前 , 1F
後面那個語法錯誤,丟到背景執行的 `&` 相當於 `;` ,
01/26 13:35, 1F

01/26 13:36, 2年前 , 2F
`&` 後面的會被當作下一行指令執行
01/26 13:36, 2F
文章代碼(AID): #1Xy0ron5 (Linux)
文章代碼(AID): #1Xy0ron5 (Linux)