Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 326 Bytes

File metadata and controls

15 lines (11 loc) · 326 Bytes

Mac OS tips/hints/tricks/how-to

iCloud Drive local path

~/Library/Mobile\ Documents/com~apple~CloudDocs/
/Users/USERNAME/Library/Mobile\ Documents/com~apple~CloudDocs/

Stop mac tar from adding ._ turds to archives

COPYFILE_DISABLE=1 tar cvf foo.tar foo/ or export COPYFILE_DISABLE=1 tar cvf foo.tar foo/