Created
July 16, 2017 13:07
-
-
Save vjk2005/d9d3c0c207d8fc1914b456c88203a172 to your computer and use it in GitHub Desktop.
Find sum of a group of files in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| du -hc <*.jpg> | tail -1 | |
| #replace <*.jpg> with the desired filter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment