Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash unsquash specific files

# Basic syntax:
unsquashfs -f -d /path/to/output/directory file.sqfs /path/to/file_or_directory/from/sqfs_root

# Note, the output directory should not exist when this is run.
# Note, you can view the file paths in the .sqfs file with unsquashfs -l file.sqfs
 
PREVIOUS NEXT
Tagged: #bash #unsquash #specific #files
ADD COMMENT
Topic
Name
8+8 =