User Tools

Site Tools


docs:tips_n_tricks:max_os_x:zip.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
docs:tips_n_tricks:max_os_x:zip.html [08.10.2012 16:33 CEST] – [Using pipes] peterdocs:tips_n_tricks:max_os_x:zip.html [19.12.2015 14:58 CET] – [Using pipes] peter
Line 13: Line 13:
  
   - Pack with ''-fz-''<code>   - Pack with ''-fz-''<code>
-tar -cv - . | zip backup -fz- -</code>+tar -cv - .| zip backup.zip -fz- -</code>
   - Unpack with ''funzip'':<code>   - Unpack with ''funzip'':<code>
-funzip backup | tar -xf -</code>+funzip backup.zip | tar -xf -</code>
  
 According to the man page, ''gunzip'' should work too, but neither the builtin ''gunzip'' from //OS X 10.6.x// nor the ''gunzip'' from //[[http://www.macports.org|MacPorts]]// recognized the format. According to the man page, ''gunzip'' should work too, but neither the builtin ''gunzip'' from //OS X 10.6.x// nor the ''gunzip'' from //[[http://www.macports.org|MacPorts]]// recognized the format.
docs/tips_n_tricks/max_os_x/zip.html.txt · Last modified: 30.06.2021 00:22 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki