0

I am sorry if this is a silly question, but I can't locate where's the "module" command for the modules environment. "which module", "whereis module", or "alias module" gives me nothing.

This is very puzzling to me, can anyone please help?

jmborr
  • 1,215
  • 2
  • 13
  • 23

1 Answers1

4
$> type module
module is a function
module () 
{ 
    eval `/usr/bin/modulecmd bash $*`
}

I guess I have to thank whoever marked my question as lazy. It made me read the whole modules documentation where I found the answer :)

jmborr
  • 1,215
  • 2
  • 13
  • 23