Answers for "match list or directories from another directory linux"

13

linux list directories

ls -d */
Posted by: Guest on June-15-2020
0

find only list directories

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

Code answers related to "match list or directories from another directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language