Built with Grav - The Modern Flat File CMS
Example find *.bak
$cd your_path $find . -regex '.*\.bak' -print0 | du --files0-from=- -ch | tail -1