We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c00529 commit 74e76b6Copy full SHA for 74e76b6
pages/linux/module.md
@@ -1,6 +1,6 @@
1
# module
2
3
-> Modify a users' environment using the module command.
+> Modify a users' environment.
4
> More information: <https://lmod.readthedocs.io/en/latest/010_user.html>.
5
6
- Display available modules:
@@ -30,3 +30,7 @@
30
- Specify user-created modules:
31
32
`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