Answers for "what command will show you a directory listing in a linux shell."

13

linux list directories

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

linux commad to show directories

// it will show all directories or folders not files...
ls -d */
Posted by: Guest on February-22-2021

Code answers related to "what command will show you a directory listing in a linux shell."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language