Lines Matching full:gz
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
34 Exclude all files matching "*.gz" in the top level directory "test".
43 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz'
45 Exclude all files matching "*.gz" in top level directory "test",
57 1. mksquashfs example image.sqsh -wildcards -e '... *.gz'
59 Exclude files matching "*.gz" anywhere in the source directories.
60 For example this will match "example.gz", "test/example.gz", and
61 "test/test/example.gz".
63 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz'
65 Exclude files matching "*.gz" inside directories called "Test" or
70 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz'
72 Exclude all files matching "*.gz" anywhere in the source directories,
122 1. unsquashfs image.sqsh 'test/*.gz'
124 Extract all files matching "*.gz" in the top level directory "test".
133 3. unsquashfs image.sqsh 'test/!(*data*).gz'
135 Extract all files matching "*.gz" in top level directory "test",