bash fully unsquash sqfs file code example
Example 1: bash view the contents of a sqfs file
# Basic syntax:
unsquashfs -l file.sqfs
# Where .sqfs is a squash file, which is a type of data compression
Example 2: bash fully unsquash sqfs file
# 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