In Linux, Ubuntu,

{{{
$ find . -name "file_prefix*" | xargs du -ch
}}}

----
[CategoryComputing.Linux.Shell] - [CategoryComputing.Mac.Shell]