Answers for "shell script find list of names in directory"

4

get list of directories bash

for d in */ ; do
    echo "$d"
done
Posted by: Guest on April-16-2020

Code answers related to "shell script find list of names in directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language