chore(topic): add `help` example (#8514)

* Update command-help.md

Feat: Adding the --help flag explanation

* Update src/data/roadmaps/linux/content/shell-basics/command-help.md

* Update command-help.md

---------

Co-authored-by: Arik Chakma <arikchangma@gmail.com>
pull/8519/head
Bryan Wilches 4 days ago committed by GitHub
parent 08d0301181
commit a822f00a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      src/data/roadmaps/linux/content/shell-basics/command-help.md

@ -14,6 +14,12 @@ For built-in shell functions, use:
help [command]
```
Moreover, you can add the *--help* flag to almost any command to get more information about it.
For example:
```bash
date --help
```
To view examples with TLDR, use:
```bash

Loading…
Cancel
Save