📌  相关文章
📜  bash unsquash 特定文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:44.233000             🧑  作者: Mango

代码示例2
# 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