Options | |||
---|---|---|---|
Option | Param | Description | |
-T | --titles | file | Read file for disc titles. |
--utf-8 | Enables UTF-8 support for filenames (default). | ||
--no-utf-8 | Disables UTF-8 support for filenames. | ||
--lang | lang | Define the language for titles. | |
-a | --auto | Search WBFS partitions using '/proc/partitions' or searching hard disks in '/dev/' and use all readable as source. This works like »wwt --auto --all«. | |
-s | --source | path | Use the entered file or directory as source. If parameter PATH contains at least one wildcard (e.g. '*.wbfs'), then PATH is used as search pattern and all found files are added. In order to use this variant, the calling shell must not interpret the wildcards. Therefore, the parameter must usually be enclosed in single or double quotes. Directories are expanded to all containing files but hidden files (file names begins with a point) are ignored. If a command needs only images then non image files of the directory are ignored without notification. The option --no-expand suppress the directory expansion. |
--no-expand | Do not expand directories to the containing files or images. This option does not change the behavior of --recurse. | ||
-r | --recurse | path | If If parameter PATH contains at least one wildcard (e.g. '*.wbfs'), then PATH is used as search pattern and all found files are added. In order to use this variant, the calling shell must not interpret the wildcards. Therefore, the parameter must usually be enclosed in single or double quotes. Directories are scanned for source files recursively. The option --rdepth limits the search depth. Hidden files and hidden sub directories (file names begins with a point) and files with non supported file types (non ISO files for most commands) are ignored without notification. |
--rdepth | depth | Set the maximum recurse depth for option --recurse. The default search depth is 10. | |
-x | --exclude | id | A comma separated list with ID4 and ID6 values is expected. |
-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. |
-n | --include | id | A comma separated list with ID values is expected. |
-N | --include-path | file_or_dir | Scan the ID of the source and add it to the include list. If the source is a directory then scan all images of the directory. Only images with the given ID are included into the operation. Each use of this option expands the include list. See --include-first for precedence issues. |
--include-first | The options --include, --include-path, --exclude and --exclude-path decide which discs are included into the operation. If neither include nor exclude options are used, than all disc are included into the operation. If only include options are used, than only the specified discs are operated. If only exclude options are used, than all all discs but not the excluded are operated.
If include and exclude options are used together and |
||
-1 | --one-job | Execute only the first job and exit. This is a shortcut for »--job-limit 1«. | |
--job-limit | num | Execute only the first |
|
--ignore-fst | Disable composing and ignore FST directories as input. This legacy option is a shortcut for --allow-fst=off. | ||
--ignore-setup | While composing ignore the file |
||
--links | Detect soft and hard linked source files while composing or extracting discs and try to create hard links instead of independent copies on the destination file system. | ||
-L | --logging | This debug option enables the logging of internal memory maps. If set twice second level memory maps are printed too. | |
-U | --unique | Eliminate multiple entries with same ID6. | |
-S | --sort | list | Define the sort mode for listings. The parameter is a comma separated list of the following keywords: NONE, NAME, TITLE, PATH, NINTENDO, FILE, SIZE, OFFSET, REGION, WBFS, NPART, FRAGMENTS, ITIME, MTIME, CTIME, ATIME, TIME = DATE, DEFAULT, ASCENDING, DESCENDING = REVERSE. |
--no-sort | Don't sort. Same as --sort=none. | ||
--sections | Print in machine readable sections and parameter lines. | ||
-H | --no-header | Suppress printing of header and footer. | |
-l | --long | If set, the size in MiB and the region is printed too. If set twice, a date columns is added. If set three times, a second line with number or partitions, file type and real path is added. | |
--real-path | Print real path instead of entered path. | ||
--unit | list | This option set the output unit for sizes. The parameter is a comma separated list of the following keywords, case is ignored: 1000=10, 1024=2, BYTES, K, M, G, T, P, E, KB, MB, GB, TB, PB, EB, KIB, MIB, GIB, TIB, PIB, EIB, HDS, WDS, GAMECUBE=GC, WII, AUTO and
The values
|
|
-P | --progress | Print progress counter. If --verbose is set at least twice, printing is enabled too. If progress is enabled, the default of --dsync is changed. | |
--scan-progress | Print a message for each found image while scanning the file system. | ||
--itime | Select 'itime' (insertion time) for printing. |
||
--mtime | Select 'mtime' (last modification time) for printing. |
||
--ctime | Select 'ctime' (last status change time) for printing. |
||
--atime | Select 'atime' (last access time) for printing. |
||
--time | list | Set time printing and sorting mode. The parameter is a comma separated list of the following keywords, case is ignored: RESET, OFF, ON, SINGLE, MULTI, NONE, ALL, I, M, C, A, DATE, TIME, SEC, IDATE, MDATE, CDATE, ADATE, ITIME, MTIME, CTIME, ATIME, ISEC, MSEC, CSEC, ASEC. |