mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-15 06:12:59 +00:00
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
# ch-tar2dir
|
|
# Utility to unpack a Charliecloud image tarball into a directory.
|
|
# More information: <https://github.com/hpc/charliecloud>.
|
|
|
|
# Extract tarball '/var/tmp/hello.tar.gz' into a subdirectory of '/var/tmp'.
|
|
# The tarball must contain a Linux filesystem image, such as is created by
|
|
# ch-builder2tar.
|
|
ch-tar2dir /var/tmp/hello.tar.gz /var/tmp
|