mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
module: Adding additional 'use' subcommand to tldr page for module (#9867)
* Adding additional 'use' subcommand to tldr page for module * Update pages/linux/module.md Update command example and description to better reflect official docs. Co-authored-by: Jack Lin <blueskyson1401@gmail.com> --------- Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
parent
a539fef4b8
commit
0b6ec15a60
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- Unload all loaded modules:
|
- Unload all loaded modules:
|
||||||
|
|
||||||
`module purge`
|
`module purge`
|
||||||
|
|
||||||
|
- Specify user-created modules:
|
||||||
|
|
||||||
|
`module use {{path/to/modulefiles}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue