Filenames, Wildcards and Pathname Expansion

From RoggeWiki
Revision as of 22:19, 28 July 2009 by Tom (talk | contribs)
Jump to navigation Jump to search

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

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3