Lines Matching refs:wildcards
21 Enabled by specifying -wildcards option
27 Similar to existing exclude files except with wildcards. Exclude
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
36 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*'
41 Using extended wildcards, negative matching is also possible.
43 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz'
57 1. mksquashfs example image.sqsh -wildcards -e '... *.gz'
63 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz'
68 Again, using extended wildcards, negative matching is also possible.
70 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz'
118 wildcards.
131 Using extended wildcards, negative matching is also possible.