Include soft folders in unix "find"

How can I tell unix "find" to include in it a recursive search for a folder that is softlinked?

+3
source share
3 answers

-L. This forces him to follow all the symbolic (I assume that this is what you mean by soft) links.

+7
source

: "-L" ( , "-H" ). '-follow' . ( ), "-L" . - "-L" .

0

All Articles