I had no idea until recently that you can actually prevent creation of the ._filename
files when using tar (and other commands, I assume) by setting an environment variable. On Leopard, it’s called COPYFILE_DISABLE.
So, put this in your .bash_profile: export COPYFILE_DISABLE=true
and you can avoid having to do this.
Oct 22nd, 2009 at 11:33 pm james
wow, that helpful hint is a real treasure! THANKS! I should check your site more often. :)
Apr 14th, 2010 at 11:57 am Scott
You are officially my new hero. Thank you so much for this!