Up to main menu         Back to Directory and File Manipulations         Next: Other Basic Commands

File names and Wildcard symbols

Unix provides an easy way to name many files at once, using the ``wildcard'' symbol * (asterisk). Here are some examples of the use of the asterisk.

Be very careful not to use the command rm * , which would remove all the files in the current directory. That is, unless you really intend to do that!

Another wildcard arrangement uses the square brackets ``[]'', which allow the user to list specific alternate characters;


Up to main menu         Back to Directory and File Manipulations         Next: Other Basic Commands
Bruce.Fast@Colorado.EDU