Skip to content

Commit 74e76b6

Browse files
module: add more commands (#19016)
Co-authored-by: Managor <[email protected]>
1 parent 8c00529 commit 74e76b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/linux/module.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# module
22

3-
> Modify a users' environment using the module command.
3+
> Modify a users' environment.
44
> More information: <https://lmod.readthedocs.io/en/latest/010_user.html>.
55
66
- Display available modules:
@@ -30,3 +30,7 @@
3030
- Specify user-created modules:
3131

3232
`module use {{path/to/module_file1 path/to/module_file2 ...}}`
33+
34+
- Save the current set of loaded modules:
35+
36+
`module save {{collection_name}}`

0 commit comments

Comments
 (0)