TulipTools Internet Business Owners and Online Sellers Community

Full Version: Using the Unix/Linux find Command
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:find is one of the most useful Linux/Unix tools around, but most people use only a fraction of its power. Many Linux/Unix questions seen online can be solved using the find command alone; it's simply a matter of becoming familiar with its options.

    The power of find lets you do anything from finding all your .jpg files to seeing "all of Michael's files that have the execute bit set and have been modified since yesterday." When combined with xargs, a properly wielded find command can make many common tasks ten times easier.

Let's start simple and get progressively more advanced...

full article: http://dmiessler.com/study/nix/commands/find/