Filenames, Wildcards and Pathname Expansion: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Basic Wildcards
==Basic Wildcards==


Wildcard Matches
Wildcard Matches

Revision as of 21:56, 27 July 2009

Basic Wildcards

Wildcard Matches ? Any single character

  • Any string of character

[set] Any character in set [!set] Any character not in set


aap

?   a
*   a
[set]
[!set]

aap