From d201a28a6e1d918f343c40ce1190601afaf6abf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz> Date: Fri, 27 Jan 2017 09:45:01 +0100 Subject: [PATCH] ml purge in to introduction table --- docs.it4i/software/lmod.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 00e70819c..5db8d3a80 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -19,6 +19,7 @@ Below you will find more details and examples. | ml | module list | | ml GCC/6.2.0-2.27 | module load GCC/6.2.0-2.27 | | ml -GCC/6.2.0-2.27 | module unload GCC/6.2.0-2.27 | +| ml purge | module unload all modules | | ml av | module avail | | ml show GCC/6.2.0-2.27 | module show GCC | | ml spider | gcc searches (case-insensitive) for gcc in all available modules | -- GitLab