About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
JGuizard
10/1/2016 - 12:37 PM
share
Share
add_circle_outline
Save
Count all line of code in a directory recursively
Count all line of code in a directory recursively
line_counter
content_copy
file_download
find . -name '*.php' | xargs wc -l
clear