Answers for "bash find all folders with name"

0

bash find only list directories

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

Code answers related to "bash find all folders with name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language