Paweł Cisło

44%
Flag icon
Let's look at some examples. Let's say you are looking for a file or directory named "apache." You think it is in /opt somewhere and are not quite sure if it is "Apache" or "apache." You could provide find with the path of /opt, use -iname to ignore case, and look for "apache." $ find /opt -iname apache
Paweł Cisło
find example
Linux for Beginners
Rate this book
Clear rating
Open Preview