bash view the contents of a sqfs file

C++
# Basic syntax:
unsquashfs -l file.sqfs
# Where .sqfs is a squash file, which is a type of data compression
Source

Also in C++: