Format

module [MPATH] extract

Command extract does the opposite of command archive. That is, it uses tar -xzvf to untar a .tgz file specified by MPATH.

Usage

If a hello_world design has been archived:

├── hello_world
│   │
│   ...
│
└── hello_world.tgz

it can be extracted by:

$ module hello_world extract

Note: As a result, if directory hello_world exists (as in the example above), the files in the directory will be overwritten.