•Arnošt Havelka
Možnosti LS - Přepínače příkazů
Naučte se používat --help k objevování přepínačů příkazů
Spustit interaktivní lekciLS Options - Command Flags
Every Bash command supports options (or flags) that change its behaviour. You can discover these options by appending the --help switch to any command.
For example, running ls --help shows options like -l for long listing format, and -a to show hidden files.
Kontrola znalostí
1 / 1Which flag displays files in a long listing format?
Reference
Tyto odkazy na Microsoft Learn a dokumentaci Windows poskytují spolehlivé informace o příkazech použitých v tomto článku.