Created
March 20, 2021 17:20
-
-
Save EdoardoVignati/5c685c50a473af8a7ee8eb5c9c9876cf to your computer and use it in GitHub Desktop.
Find disk usage in bytes and filter
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
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