Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for file in `find ./ \( -name "*.c" -o -name "*.h" -o -name Makefile \)` ; do cat $file | wc -l ; done | paste -sd+ | bc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement