Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question