Moreutils

Moreutils is a collection of additional Unix/Linux command line utilities [1]. It includes the commands chronic, combine, errno, ifdata, ifne, isutf8, lckdo, mispipe, parallel, pee, sponge, ts, vidir, vipe and zrun.

Module

List the versions available as modules:

module spider moreutils

Output:

--------------------------

 moreutils: moreutils/0.64

--------------------------

...

See how to load the version you need:

module spider moreutils/<version>

Load any required modules that are reported by the spider command, and then load the moreutils module:

module load moreutils/<version>

References