Last active
June 24, 2019 19:22
-
-
Save monkseal/2ec53def755e64e71b94a96f081b5f72 to your computer and use it in GitHub Desktop.
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 iphone-backup-06-2019/ -mindepth 2 -type f -exec mv -i '{}' iphone-backup-06-2019/ ';' | |
# Mount ntfs drive | |
sudo /usr/local/bin/ntfs-3g /dev/disk3s1 /Volumes/NTFS -olocal -oallow_other |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment