1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 14:12:38 +00:00
This commit is contained in:
Mo 2022-08-22 03:33:59 +02:00
parent 3ffe5d5df2
commit 30f3459847

View file

@ -304,6 +304,12 @@ You can learn more about how to navigate manuals (and other so called pagers) by
Fun fact: You can read the manual of the manual with `man man` 😃
### Help!
If you want to read a smaller version of the manual, you can run `COMMAND --help`. Almost every command supports the `--help` flag and its small version `-h`. You will then get a quick reference.
Try `wc --help`!
### Paths
Lets build one more house!
@ -435,4 +441,4 @@ Why is it so inconvenient? It has historical reasons. You have to take it as it
---
It might be overwhelming to memorize all commands, shortcuts and options. If a command is an abbreviation, then knowing what it stands for is very helpful. If you want to use an option but you are not sure which flag it was, then read the manual! Otherwise, you can look up things in this book or using a search engine 😉
It might be overwhelming to memorize all commands, shortcuts and options. If a command is an abbreviation, then knowing what it stands for is very helpful. If you want to use an option but you are not sure which flag it was, then use `--help` or read the manual with `man`! Otherwise, you can look up things in this book or using a search engine 😉