July 2007
Beginner
347 pages
4h 40m
English
We’ve talked about the find command in an earlier chapter, but this handy-dandy little locating service deserves more ink. Here it is.
The find command allows you to find a file or files by searching for them in a number of ways. Leaving aside the options for symbolic links—we’ll get to those in a minute—the basic format for the command is as follows:
linux~>find path expression |
The expression part of the command normally includes our search directives and ends with the default—and therefore not stated—option to print the results.
Sometimes the expression is more sophisticated: it can also be used to tell find to execute specific tests, execute a command, or delete a file.
You don’t have to specify a starting point ...
Read now
Unlock full access