LXer: Using The Find Command-Line tool
by LXer from LinuxQuestions.org on (#5CF6Y)
Published at LXer:
There's a mighty powerful command that can save you lots of headaches when used in the right places; it's called find. It walks through the file tree, starting from the provided path. Next, it prints each directory and file, including its path relative to the current working directory. Of course, you can filter this list with all kinds of options. Let's explore this find command and its options!
Read More...


There's a mighty powerful command that can save you lots of headaches when used in the right places; it's called find. It walks through the file tree, starting from the provided path. Next, it prints each directory and file, including its path relative to the current working directory. Of course, you can filter this list with all kinds of options. Let's explore this find command and its options!
Read More...