Skip to content

Instantly share code, notes, and snippets.

@uarun
Created June 19, 2023 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uarun/8278d71c9bed38d8505e00039eb05569 to your computer and use it in GitHub Desktop.
Save uarun/8278d71c9bed38d8505e00039eb05569 to your computer and use it in GitHub Desktop.
Delete Synology NAS @eadir directories
find . -name '@eaDir' -type d -print0 | xargs -0 rm -rfv
@uarun
Copy link
Author

uarun commented Jun 19, 2023

Delete those pesky @eadir directories created by Synology NAS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment