|
wildcards Computer software often uses wildcards to act as placeholders for missing characters in filenames. For example, if you search for a file named r?te in Unix, the operating system will consider the files rite, rote, and rate matches. Windows 95 and DOS use the asterisk (*) wildcard in a similar fashion. (In Unix, the asterisk stands in for any number of characters.) See also: Unix |