Forum Moderators: bakedjake
Tried things like
ls -R to get recursive list of files
cat * (the current file piped from ls)
grep "string" (then pipe to wc)
But dont seem to be able to get it to work no matter how I construct it.
I am using the bourne shell on red/hat.