Lines Matching +full:ls +full:- +full:files
1 SQUASHFS 3.0 - A squashed read-only filesystem for Linux
3 Copyright 2002-2006 Phillip Lougher <phillip@lougher.org.uk>
13 2. Files are no longer limited to 4 GB. In theory the maximum
25 7. Special support for files larger than 256 MB has been added to
33 There is a new Unsquashfs utility (in squashfs-tools) than can be used to
40 -------------
44 SYNTAX: unsquashfs [-ls | -dest] filesystem
45 -version print version, licence and copyright information
46 -info print files as they are unsquashed
47 -ls list filesystem only
48 -dest <pathname> unsquash to <pathname>, default "squashfs-root"
50 The "-ls" option can be used to list the contents of a filesystem without
53 The "-info" option forces Unsquashfs to print each file as it is decompressed.
55 The "-dest" option specifies the directory that is used to decompress
57 decompressed to the directory "squashfs-root" in the current working directory.