Skip to main content

5.4) Using Wildcards (cont'd)


As it is matching ‘anything’, followed by le (which is part of the word File) and followed by anything (in the above case either nothing, 1, 2, or 354).

We are now ready to analyse some files. Unix is modular and so you will be taught various Unix commands that allow you to do one task each. We will show you later on how to join Unix commands together but that will be after you learn some of the Unix commands.