I'm moving files from a FAT32 filesystem into an EXFAT filesystem on a Mac. My understanding is that FAT32 doesn't support extended file attributes so it created dot files for each file.
However now that I've copied everything into an exFAT filesystem, I'd like to delete these dot files. Is there a way to copy a dot file but only if a non-dot file exists in the same directory (this way I can avoid deleting dot files that are config files).
This would be on a Mac CLI.
Thanks!
No comments:
Post a Comment