Answers for "linux list the contents of the current 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 "linux list the contents of the current directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language