Options (5)
-dbooleanExtract a squashfs filesystem to the specified directory
Example:
unsquashfs {{[-d|-dest]}} {{path/to/directory}} {{filesystem.squashfs}}-ibooleanDisplay the names of files as they are extracted
Example:
unsquashfs {{[-i|-info]}} {{filesystem.squashfs}}booleanDisplay the names of files and their attributes as they are extracted
Example:
unsquashfs {{[-li|-linfo]}} {{filesystem.squashfs}}-lbooleanList files inside the squashfs filesystem (without extracting)
Example:
unsquashfs {{[-l|-ls]}} {{filesystem.squashfs}}booleanList files and their attributes inside the squashfs filesystem (without extracting)
Example:
unsquashfs {{[-ll|-lls]}} {{filesystem.squashfs}}Examples (6)
Extract a squashfs filesystem to `squashfs-root` in the current working directory
unsquashfs filesystem.squashfsExtract a squashfs filesystem to the specified directory
unsquashfs [-d|-dest] path/to/directory filesystem.squashfsDisplay the names of files as they are extracted
unsquashfs [-i|-info] filesystem.squashfsDisplay the names of files and their attributes as they are extracted
unsquashfs [-li|-linfo] filesystem.squashfsList files inside the squashfs filesystem (without extracting)
unsquashfs [-l|-ls] filesystem.squashfsList files and their attributes inside the squashfs filesystem (without extracting)
unsquashfs [-ll|-lls] filesystem.squashfsmade by @shridhargupta | data from tldr-pages