Answers for "linux ls how to get only directories"

11

linux ls directories only

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

bash find only list directories

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language