Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EdoardoVignati/5c685c50a473af8a7ee8eb5c9c9876cf to your computer and use it in GitHub Desktop.
Save EdoardoVignati/5c685c50a473af8a7ee8eb5c9c9876cf to your computer and use it in GitHub Desktop.
Find disk usage in bytes and filter
find . -type f -exec du -b {} + | grep something.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment