Penguin

Differences between version 3 and predecessor to the previous major change of Globs.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Monday, October 7, 2002 1:21:43 am by PerryLorier Revert
Older page: version 2 Last edited on Monday, July 29, 2002 11:03:57 pm by PerryLorier Revert
@@ -1,5 +1,5 @@
-A File [Glob] is a way to match files. "*" matches any charactor zero or more times. "?" matches any charactor exactly once. "[[a-z]" matches any charactor in the range a-z. 
+A File [Glob] is a way to match files. "*" matches any charactor except / zero or more times. "?" matches any charactor except / exactly once. "[[a-z]" matches any charactor in the range a-z. 
  
 Some examples: 
  *.* 
 matches all files that contain a "." in them.