LXer: Command line quick tips: Locate and process files with find and xargs
by LXer from LinuxQuestions.org on (#4S5YZ)
Published at LXer:
find is one of the more powerful and flexible command-line programs in the daily toolbox. It does what the name suggests: it finds files and directories that match the conditions you specify. And with arguments like -exec or -delete, you can have find take action on what it"*finds.
Read More...


find is one of the more powerful and flexible command-line programs in the daily toolbox. It does what the name suggests: it finds files and directories that match the conditions you specify. And with arguments like -exec or -delete, you can have find take action on what it"*finds.
Read More...