I am in need of a way to traverse a series of subdirectories from
the working directory and perform certain operations in those directories.
I have the script to perform the operations but I can not figure out how
to traverse a directory tree.
Here are some examples of callin:
makems -r
checks names in current directory and all subdirectories
makems /home
check names in /home directory
makems -r /home
check names in /home and all subdirectories of /home
I would greatly appreciate any assistance in this matter.
Jason Foster