cp -p dirA dirB > /tmp/log 2>&1 &
整段丟背景執行
cp -p dirA dirB & > /tmp/log 2>&1
前面丟背景執行,如有輸出再導向
哪個才是正確的作法呢?
這邊搞不是很懂
感謝
----
Sent from BePTT on my iPhone 12
--
整段丟背景執行
cp -p dirA dirB & > /tmp/log 2>&1
前面丟背景執行,如有輸出再導向
哪個才是正確的作法呢?
這邊搞不是很懂
感謝
----
Sent from BePTT on my iPhone 12
--
All Comments