Zip

De WikiMar
La revisió el 22:39, 22 maig 2024 per Marti (discussió | contribucions) (Es crea la pàgina amb «===To compress keeping symlinks=== zip --symlinks -r foo.zip foo/ -r recursive otherwise the symlink will be replaced by the file where they point to.».)
(dif.) ← Versió més antiga | Versió actual (dif.) | Versió més nova → (dif.)
Salta a la navegació Salta a la cerca

To compress keeping symlinks

zip --symlinks -r foo.zip foo/

-r recursive

otherwise the symlink will be replaced by the file where they point to.