* is a wildcard operator, e.g.
Code:
grep string file.txt
will look for "string" in file.txt, while
will search for "string" in all files in the current directory.
Linuxquestions is a great site to ask about shell programming.... we have our own programing forum after all.