精讚部落::活用 find 指令參數-exec

精讚部落::活用 find 指令參數-exec

瀏覽:747
日期:2025-04-25
活用 find 指令參數-exec 在linux/ freebsd 中查找檔案最強的就是 find,他有一個參數相當好用:-exec 參數的意思是將找到的結果丟給 -exec 後面的參數內容去執行,如能活用,必為利器。 # find /tmp/ -type f -name &qu......看更多