0%

ls only directory

1
ls -d -- */
1
ls -ld -- */
1
ls -F | grep /
1
ls -d */
1
echo */
1
ls -l | grep "^d"
1
find /home/alice/Documents -maxdepth 1 -type d
1
docker run -it alpine /bin/sh