xxxxxxxxxx
On linux type in terminal:
ls
On windows type in terminal:
dir
xxxxxxxxxx
dir /B /AD
ref https://superuser.com/questions/1104377/windows-command-prompt-dir-what-option-shows-only-directories-and-not-files
xxxxxxxxxx
dir /A: Displays files with specified attributes.
dir /B: Uses bare format (no heading information or summary).
dir /O: Specifies the order in which files are sorted.
dir /S: Displays files in specified directory and all subdirectories.
dir /A /B: lists all files including hidden files in bare format