Last active
February 21, 2023 13:00
-
-
Save ivan-leschinsky/9314df732171e59006db284f86b2b686 to your computer and use it in GitHub Desktop.
find size of recycles on Synology DSM
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 / -maxdepth 3 -type d -name "#recycle" | xargs du -sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment