 vote
 |
|
The 'find' command answers the question, "Now, where is that file?"
Of the many file management utilities in Linux, find is worth understanding in depth because it does so much more that just locate files. Find lets you write decision-making logic, specify filters, and run commands on the contents of entire directory trees. Unfortunately, find is not documented well, and its syntax can appear complex. But, as we'll see, find is actually simple to use, elegant, and a great Linux power tool.
| | |
| |
|
|