How can I find how much disk does a list of files uses? I'm looking for a variation of
du -s *.sql
I want to see only the grand total, and with the command above, it always shows a line for each file.
|
How can I find how much disk does a list of files uses? I'm looking for a variation of
I want to see only the grand total, and with the command above, it always shows a line for each file. |
||||
|
|
|
I found no way to make You can use
|
|||
|
|
|
What doesn't work from your example? Do you want a sum?
You may also like the |
|||
|
|
|
Your question is very ambiguous but I suspect you are looking for the
|
|||
|
Answer is in bytes. |
|||||
|