contents.gifindex.gifprev0.gifnext1.gif

pueblo00000000.gif TinTin wildcards

Some TinTin commands, such as #unalias, support wildcard characters. The only wildcard character currently supported is ‘*’, which matches any string of zero or more characters. If you wish to match the character ‘*’, then you can escape the asterisk with a backslash.

For example, the following command deletes all aliases ending in ‘it’:

#unalias {*it}

The following command deletes all aliases starting with an asterisk:

#unalias {\**}