Visualize o conteúdo de um arquivo SQFS
# Basic syntax:
unsquashfs -l file.sqfs
# Where .sqfs is a squash file, which is a type of data compression
Charles-Alexandre Roy
# Basic syntax:
unsquashfs -l file.sqfs
# Where .sqfs is a squash file, which is a type of data compression
# Basic syntax:
unsquashfs -d /path/to/directory file.sqfs
# Note, the output directory "directory" should not exist before this is
# run, it will be created when you run the command