prevnext   » WIT: Wiimms ISO Tools » wit: Wiimms ISO Tool » wit exclude

wit exclude

Dump the internal exclude database to standard output (stdout).

Contents

1.   Syntax

wit EXCLUDE [additional_excludes]...

2.   Options

Options
Option Param Description
-x --exclude id A comma separated list with ID4 and ID6 values is expected. '.' is a wildcard for exact 1 character and '+' is a wildcard for any number characters. If the parameter begins with a '@' the given file is read and each line is scanned for one ID. Images with the given ID are excluded from operation. Each use of this option expands the exclude list. See --include-first for precedence issues.
-X --exclude-path file_or_dir Scan the ID of the source and add it to the exclude list. If the source is a directory then scan all images of the directory. Images with the given ID are excluded from operation. Each use of this option expands the exclude list. See --include-first for precedence issues.