|
NAMEsqfscat - tool to cat files from a squashfs filesystem to stdoutSYNOPSISsqfscat [OPTIONS] FILESYSTEM [list of files to cat to stdout]DESCRIPTIONSquashfs is a highly compressed read-only filesystem for Linux. It uses either gzip/xz/lzo/lz4/zstd compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 1Mbytes (default block size 128K).Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed. OPTIONS
DECOMPRESSORS AVAILABLEgzip, lzo, lz4, xz, zstdEXIT STATUS
See -ignore-errors, -strict-errors and -no-exit-code options for how they affect the exit status. EXAMPLES
Note: when passing wildcarded names to Sqfscat, they should be quoted (as in the above examples), to ensure that they are not processed by the shell. AUTHORWritten by Phillip Lougher <phillip@squashfs.org.uk>COPYRIGHTCopyright © 2022 Phillip Lougher <phillip@squashfs.org.uk>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. SEE ALSOmksquashfs(1), unsquashfs(1), sqfstar(1)The README for the Squash-tools 4.5.1 release, describing the new features can be read here https://github.com/plougher/squashfs-tools/blob/master/README-4.5.1 The Squashfs-tools USAGE guide can be read here https://github.com/plougher/squashfs-tools/blob/master/USAGE
Visit the GSP FreeBSD Man Page Interface. |