More CTT

8 August 2004

It is possible to suppress output about non-matching files when a specific format is searched for. In this mode output is only given for files where the format is found. Very useful, no need to search long output files for matches.

Syntax: -f#<format code>

Notice the “sharp” sign, preceding the format code. If not present default mode is used to give output for all the files, regardless whether they have the format or not.

Example:

ctt -f1166 rel\*.ipx - list all the files being searched for and all the tracks where the format is found.

ctt -f#1166 rel\*.ipx - list only the files where any track with the format is found.