B
B
Bogdan2015-03-18 13:03:38
linux
Bogdan, 2015-03-18 13:03:38

How to display the number of words in files of a certain extension (cmd Linux)?

Please help, tell me which command will display the number of words in the files in the /usr/share/doc folder with the README extension
find /usr/share/doc -type f -name "*.README"
I know that there is a wc -m command that implements display the number of words in the file. but how to draw output from all README files?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
ShamblerR, 2015-03-18
@nerooren

in fact, it’s kind of like
type -f, you don’t have to take such a mask anyway, only they have
Yes, and this is not CMD, there are no such terrible words in Linux;)
console bash sh terminal - everything is better than cmd already sounds scary

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question