Window
Window CMD command - dir
Soso_____Developer
2020. 10. 8. 13:14
dir
dir
you can see a list of directorys and files.
dir /a
dir /a
a : all
you can see a list of all directorys and files containing Hidden files and folders
dir /ad
dir /ad
d : directory
you can see a list of only directorys containing Hidden folders.
dir /ah
dir /ah
h : hidden
you can see only a list of hidden files and folders.
dir /ar
dir /ar
r : readble
you can see only a list of readble files.
dir /as
dir /as
s : system
you can see only a list of system files.