find /path/to -name “filename” -exec command {} \;. 在-exec 前面是find 指令找出想要的檔案,在-exec 後面的command 是要執行的指令, ...
確定! 回上一頁