Click a topic to learn more.
DOS and Windows (case insensitive) *.gif .gif or .GIF extension a*.gif beginning with "a" or "A" boot.* all files named "BooT" any mix upper/lower case *.d* extensions starting with "d" or "D" ?abc 1ABC, 2abc, etc. ??abc 10ABC, xxabc, etc. Windows only (case insensitive) *t.jpg JPEG files ending with "T" Unix only (case sensitive) *.jpg .jpg extension *.JPG .JPG extension a*.jpg beginning with "a" A*.jpg beginning with "A" boot.* all files named "boot" BOOT.* all files named "BOOT" ?abc 1abc, xabc, etc. ??ABC 10ABC, XXABC, etc. SQL Good% begining with "Good" _bcd any name followed by "bcd"