You can add the following to your bashrc file –
export COPYFILE_DISABLE=true
Or, you can add this option to your tar
command at the extraction time
tar -xzpvf x.tar --exclude="._*"
You can add the following to your bashrc file –
export COPYFILE_DISABLE=true
Or, you can add this option to your tar
command at the extraction time
tar -xzpvf x.tar --exclude="._*"