Quantcast
Channel: `find -path` explained - Unix & Linux Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by Hauke Laging for `find -path` explained

-path does not (re)define the start path. It refers to the combination of the start path and the relative path of the currently examined object. You may by this e.g. find all files within a...

View Article



Answer by Ignacio Vazquez-Abrams for `find -path` explained

It's used for globbing the entire current path. If you have -path '*bin/*rch' and you're currently looking at /sbin/ausearch then it will match.

View Article

`find -path` explained

The find command provides the option -path. I understand that one has to define where to start looking [commonly known as "path"]. Trying to figure out what it is used for, I found many examples using...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images