code-analyzis/findBiggestPHPFile.sh

2 lines
68 B
Bash

find . -iname '*.php' -o -iname '*.php5' -exec wc -l {} + | sort -h