[OS X TeX] Unix expert help needed
Peter Dyballa
Peter_Dyballa at Web.DE
Fri May 25 00:17:43 CEST 2007
Am 24.05.2007 um 12:04 schrieb Bruno Voisin:
> Is there a way of getting rid of these resource files before
> creating the archive of a directory, to be used afterwards on a
> Linux or Windows computer? Or are resource forks automatically
> discarded when creating a .tar.gz or .tar.bz2 archive?
This is so simple with tar, compared to zip, that it's hard to
believe no-one found it before:
tar jcf --exclude __MACOSX --exclude .DS_Store <archive> <source(s)>
tar zcf --exclude __MACOSX --exclude .DS_Store <archive> <source(s)>
And it's easy to add more --exclude patterns.
--
Greetings
Pete
"There's no place like 127.0.0.1"
origin unknown
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list