tar is a command-line program that creates and manipulates archive files. Files with a .tar extension are sometimes called tarballs as they provide a way to combine multiple files into a single binary file.
0
votes
0answers
8 views
prevent doubleapple files creation when tarring directories (Snow Leopard)
Still trying to find a solution for preventing the creation of the ._DoubleApple files when tarring a directory.
I need to upload these directories to a webserver and it is a real pain to delete all ...