Answers for "unix find only folders"

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 "Shell/Bash"

Browse Popular Code Answers by Language