Added find biggest PHP-File

This commit is contained in:
Kevin Frantz 2017-09-28 13:08:57 +02:00
parent 52bf6c37e5
commit 0b6af86f26
1 changed files with 1 additions and 0 deletions

1
findBiggestPHPFile.sh Normal file
View File

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