Skip to content

Instantly share code, notes, and snippets.

@ivan-leschinsky
Last active February 21, 2023 13:00
Show Gist options
  • Save ivan-leschinsky/9314df732171e59006db284f86b2b686 to your computer and use it in GitHub Desktop.
Save ivan-leschinsky/9314df732171e59006db284f86b2b686 to your computer and use it in GitHub Desktop.
find size of recycles on Synology DSM
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