Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created July 16, 2017 13:07
Show Gist options
  • Select an option

  • Save vjk2005/d9d3c0c207d8fc1914b456c88203a172 to your computer and use it in GitHub Desktop.

Select an option

Save vjk2005/d9d3c0c207d8fc1914b456c88203a172 to your computer and use it in GitHub Desktop.
Find sum of a group of files in linux
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