Answers for "how to find only directories find command"

0

bash find only list directories

find . -type d -iname "<your regex>" -printf '%fn'
Posted by: Guest on July-29-2021
0

find command name specifc directories

find . -type f -path '*SCHEDULE*/*' -name '*.xls'
Posted by: Guest on July-06-2021

Code answers related to "how to find only directories find command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language