mercredi 19 février 2014

How to count all the lines of code in a directory recursively

find {DIR_PATH} -name 'FILE_NAME_WILDCARD' | xargs wc -l

Aucun commentaire: