Lines Matching refs:wildcards
138 -wildcards Allow extended shell wildcards (globbing) to be used in
444 regex expression. To enable wildcard matching specify the -wildcards
446 cases the -wildcards option should be used rather than -regex because wildcard
449 In addition to wildcards/regex expressions, exclude files can be "anchored" or
461 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
465 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*'
470 Using extended wildcards, negative matching is also possible.
472 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz'
486 1. mksquashfs example image.sqsh -wildcards -e '... *.gz'
492 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz'
497 Again, using extended wildcards, negative matching is also possible.
499 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz'
797 Using extended wildcards, negative matching is also possible.