mirror of
https://github.com/kevinveenbirkenbach/code-analyzis.git
synced 2025-11-02 19:08:04 +00:00
Added find biggest PHP-File
This commit is contained in:
1
findBiggestPHPFile.sh
Normal file
1
findBiggestPHPFile.sh
Normal file
@@ -0,0 +1 @@
|
||||
find . -iname '*.php' -o -iname '*.php5' -exec wc -l {} + | sort -h
|
||||
Reference in New Issue
Block a user