I could envision a simple shell script that would accomplish what I want by just iterating through a list of files in a directory and summing the individual size but was wonderi
For don't show files list, and just show total size, use this:
du -ch *.php.* | grep total
Output:
196M total