2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-15 06:12:59 +00:00
cheat.sheets/sheets/ch-tar2dir

9 lines
352 B
Plaintext
Raw Normal View History

# 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