How do I list for a file inside of a directory and for all
directories in side that directory. (I supposed I could use find.)
I would think something like
ls -R make*
work to find all files starting with 'make' inside of the present
directory and all sub directories. But it doesn't work.
Answers by private mail welcome and preferred. But I do read this
group.
Homer