Created
April 18, 2015 00:23
-
-
Save nocoo/fb63909b68f4ea9a136b to your computer and use it in GitHub Desktop.
Mac OS fix error code -50 while copying files to NAS/SMB share
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
cd /path/to/your/folder; | |
sudo find ./ -name ".DS_Store" -depth -exec rm {} \; | |
sudo find ./ -name ".AppleDouble" -depth -exec rm -rf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment