•Arnošt Havelka
DIR-Optionen - Befehlsschalter
Lernen Sie, /? zu verwenden, um Befehlsoptionen zu entdecken
Interaktive Lektion startenEvery Windows command supports options (or switches) that customize its behavior. You can discover these options by appending the /? help switch to any command.
Befehl ausprobieren
Try using dir /? or dir /w to see options!
Befehl zusammenstellen
dir
Terminal
C:\Users\Student>dir /?
DIR
Displays a list of files and subdirectories in a directory.
DIR [drive:][path][filename] [/A] [/B] [/O:{D | -D}] [/P] [/S] [/W]
Using the Help Switch
To see all available options for the dir command, you run:
dir /?
This displays a list of all options, such as /w for wide format and /p to pause after each screenful.
Wissenscheck
1 / 1Which switch displays help and options for any command?
Quellen
Diese Dokumentationslinks liefern verlässliche Details zu den in diesem Artikel verwendeten Befehlen.
Nächstes
Der Echo Befehl
Lernen Sie, mit dem Terminal zu sprechen.