diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 00e70819ce8c8bac76f0d14d42b39c10afcd0a67..5db8d3a8062adb3fb46bbab838d3a23e21c8127f 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 |