Tagged Questions
1
vote
3answers
132 views
How to make wc interpret standard in as a file list
I know that there are other ways to go about this, but I'm looking to be able to make wc interpret stdin as a file name or list of file names. For example,
ls JP*/std* | wc
would work the same as ...