The zip command under UNIX is use for a compression. It works as a file packaging utility for the following operating systems:
- Unix
- VMS
- MSDOS
- OS/2
- Windows 9x/NT/XP,
- Minix
- Atari
- Macintosh
- Amiga
- Acorn RISC OS.
Simple Examples
The syntax is as follows:zip file.zip file1.txt file2.doc photo.jpg ...To zip resume.doc and all *.c file, enter:
zip bacup.zip resume.doc *.cTo zip data directory, enter:
zip -r backup.zip data
No comments:
Post a Comment