hi,
I tried this, but the only list I get out of this is a complete list of all the files with all the different extensions, and in front the size of each file, but anywhere the total sum of all the files.
here an example of my output
du -sk local.*
51200 local.b1
4 local.b2
102400 local.d1
102400 local.d2
102400 local.d3
102400 local.d4
201296 local.d5
4 local.db
what I really want is now at the bottom or at the top a total stating: 662104 OR any other way to get this number will do.
tnx
YO