So I have a directory
/opt/splunk/var/run/
So I want to get the disk usage of all the files under run directory which contains either world bundle or delta
Example :
ls -lrth /opt/splunk/var/run
6726763764-7937483-7237438.bundle (file)
ywueye-7274837-2829383.delta (file)
serverclass.xml (file)
splunk (directory)
so I want the total disk usage of 6726763764-7937483-7237438.bundl
e and ywueye-7274837-2829383.delta
files
is this possible?