Created
August 9, 2020 13:00
-
-
Save 8cH9azbsFifZ/08062c97c44f5762366bcc6850710ce6 to your computer and use it in GitHub Desktop.
Rsync with UTF8 OSX<>Linux
This file contains 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
# OSX > Linux | |
rsync -avP --iconv=utf-8-mac,utf-8 | |
# Linux > OSX | |
rsync -avP --iconv=utf-8,utf-8-mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment