本篇將介紹如何使用Linux 下的xargs 參數列表轉換,以避免參數列表過長的問題,並簡單介紹xargs ... find ./ -name "*.jpg" -print0 | xargs -0 rm -f ...
確定! 回上一頁