Intro to UNIX


Filenames

filename, pathname indicates where file can be found
absolute pathname indicates path starting from root directory
relative pathname indicates path starting from current directory

Filename Generation (Wildcards)

* any string (zero or more characters)
? any one character
[...] any one of the enclosed range

Alyce Brady, Kalamazoo College