Find

Find by extension

Example find *.bak

$cd your_path
$find . -regex '.*\.bak' -print0 | du --files0-from=- -ch | tail -1

Date : 2020.10.13