First page
Back
Continue
Last page
Overview
Executing Commands with
find
Commands can be executed on found files
Command must be preceded with -
exec
or -
ok
-
ok
prompts before acting on each file
Command must end with <space>\;
Can use {} as a filename placeholder
find -size +100M -ok gzip {} \;