Zip: diferència entre les revisions

De WikiMar
Salta a la navegació Salta a la cerca
(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.».)
 
(Cap diferència)

Revisió de 22:39, 22 maig 2024

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.