[OS X TeX] clean zip files

Stefan Walsen stefan at walsen.net
Thu Feb 9 14:42:24 CET 2006


Hi,

On 9. Feb 2006, at 14:25 Uhr, Friedrich Vosberg wrote:
>     zip -r foldername archivename -x .*
>                                   ^^^^^^
> The underlined option should avoid that the archive contains  
> a .DS_Store entry. But the archive *contains* one! Why?

you'll have to escape the option parameter to avoid expansion by your  
shell. try

    zip -r foldername archivename -x ".*"

regards,
stefan
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list