Created
July 8, 2016 10:36
-
-
Save MaffooBristol/ca73a73588330a2e53a870356367240b to your computer and use it in GitHub Desktop.
Find the longest code line in your drupal custom codebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find sites/all/modules/custom/ -type f -iregex ".*\.\(module\|inc\|php\|install\|info\)" -exec wc -L {} \; | sort -t " " -k1 -g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment