Find: Difference between revisions

m
no edit summary
m (Protected "Find" ([Edit=Allow only logged in users] (indefinite) [Move=Allow only logged in users] (indefinite) [Delete=Allow only logged in users] (indefinite)))
mNo edit summary
Line 109:
*Perform Any Operation on Files Found From Find Command
find <CONDITION to Find files> -exec <OPERATION> \;
mrm : remove the files found by find command.
mv : rename the files found.
ls -l : get details of the find command output files.