Created
June 19, 2023 22:33
-
-
Save uarun/8278d71c9bed38d8505e00039eb05569 to your computer and use it in GitHub Desktop.
Delete Synology NAS @eadir directories
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 . -name '@eaDir' -type d -print0 | xargs -0 rm -rfv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delete those pesky @eadir directories created by Synology NAS