Contar Línea de código en Python Recursive
find . -name '*.py' | xargs wc -l | sort -nr
XeN0N
find . -name '*.py' | xargs wc -l | sort -nr