Share on Facebook Share on Twitter Email
Answers.com

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"

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 
Learn More
Freak (in poker)
*.* (technology)
*nix (technology)

What are the rules for wild cards in poker? Read answer...
How are the wild card teams selected? Read answer...
What is an NFL wild-card game? Read answer...

Help us answer these
What is a wild card on viva pinata?
How do you get for redhott wild cards?
What is wild card team in NFL?

Post a question - any question - to the WikiAnswers community:

 

Copyrights:

Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2009 Computer Language Company Inc.  All rights reserved.  Read more