Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,515,995,283 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

wild cards

   Also found in: Dictionary/thesaurus, Wikipedia, Hutchinson 0.06 sec.

wild cards

Symbols used to represent any value when selecting specific files. In DOS, Windows and Unix, the asterisk (*) represents any collection of characters, and the question mark (?) represents one single character. In SQL, the percent sign (%) and underscore (_) are used for matching text. Note the following examples:

  DOS and Windows (case insensitive)

  *.gif    Files with ".gif" or ".GIF" extensions
  a*.gif   GIF files beginning with "a" or "A"
  boot.*   All files named "boot" or "BOOT"
  *.d*     File extensions starting with "d" or "D"

  ?abc     Files such as 1ABC, 2ABC, etc.
  ??abc    Files such as 10ABC, XXABC, etc.


  Windows only (case insensitive)

  *t.jpg   All JPEG files ending with "T"


  Unix only (case sensitive)

  *.jpg    Files ending in ".jpg"
  *.JPG    Files ending in ".JPG"
  a*.jpg   JPEG files starting with "a"
  A*.jpg   JPEG files starting with "A"
  boot.*   All files named "boot"
  BOOT.*   All files named "BOOT"

  ?abc     Files such as 1abc, 2abc, etc.
  ??ABC    Files such as 10ABC, XXABC, etc.


  SQL
  Good%    Names starting with "Good"
  _bcd     Names starting with any character
            followed by "bcd"



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
Each offered recipe is designed to be adaptible to the user's need, as well as speedy to learn and apply, and the list of recommended "best practices" such as "Do not use wild cards in Ant scripts" and "Prefer classes over interfaces to store constants" will keep one's code legible and easily modifiable to co-workers, assistants or successors.
South America, China and spec funds are still wild cards to play
The industry-wide wild cards will be the prospects for additional acts of terrorism, and the resolution of the standoff with Iraq.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.