How to list directories in linux

Code examples

9
0

linux list directories

ls -d */
2
0

get list of directories bash

for d in */ ; do
    echo "$d"
done
1
0

list all files in a directory and subdirectory linux

find . -type f -follow -print
1
0

linux commad to show directories

// it will show all directories or folders not files...
ls -d */

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................