mirror of
https://github.com/kevinveenbirkenbach/code-analyzis.git
synced 2024-12-04 16:56:52 +01:00
Added find biggest PHP-File
This commit is contained in:
parent
52bf6c37e5
commit
0b6af86f26
1
findBiggestPHPFile.sh
Normal file
1
findBiggestPHPFile.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
find . -iname '*.php' -o -iname '*.php5' -exec wc -l {} + | sort -h
|
Loading…
Reference in New Issue
Block a user