John Rye wrote:

Mental blockage!!

Lots of googling hasn't helped much.

Could someone show me how to count the total number of words in a group of
files which are located in the same directory?

Cheers

John


cat * | wc -w

Steve

Reply via email to