1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
>zip -?
>
Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
Zip 2.32 (June 19th 2006). Usage:
zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
The default action is to add or replace zipfile entries from list, which
can include the special name - to compress standard input.
If zipfile and list are omitted, zip compresses stdin to stdout.
-f freshen: only changed files -u update: only changed or new files
-d delete entries in zipfile -m move into zipfile (delete files)
-r recurse into directories -j junk (don't record) directory names
-0 store only -l convert LF to CR LF (-ll CR LF to LF)
-1 compress faster -9 compress better
-q quiet operation -v verbose operation/print version info
-c add one-line comments -z add zipfile comment
-@ read names from stdin -o make zipfile as old as latest entry
-x exclude the following names -i include only the following names
-F fix zipfile (-FF try harder) -D do not add directory entries
-A adjust self-extracting exe -J junk zipfile prefix (unzipsfx)
-T test zipfile integrity -X eXclude eXtra file attributes
-y store symbolic links as the link instead of the referenced file
-R PKZIP recursion (see manual)
-e encrypt -n don't compress these suffixes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
>gzip --help
>
Usage: gzip [OPTION]... [FILE]...
Compress or uncompress FILEs (by default, compress FILES in-place).
Mandatory arguments to long options are mandatory for short options too.
-c, --stdout write on standard output, keep original files unchanged
-d, --decompress decompress
-f, --force force overwrite of output file and compress links
-h, --help give this help
-l, --list list compressed file contents
-L, --license display software license
-n, --no-name do not save or restore the original name and time stamp
-N, --name save or restore the original name and time stamp
-q, --quiet suppress all warnings
-r, --recursive operate recursively on directories
-S, --suffix=SUF use suffix SUF on compressed files
-t, --test test compressed file integrity
-v, --verbose verbose mode
-V, --version display version number
-1, --fast compress faster
-9, --best compress better
--rsyncable Make rsync-friendly archive
With no FILE, or when FILE is -, read standard input.
Report bugs to <bug-gzip@gnu.org>.
2013-03-21T09:41:08 Relaismir hat man mal mein rcs geklaut.
2013-03-21T09:41:08 RelaisWenn Du also zip brauchst, dann brauchst Du zip. Falls Deine beiden Hostingrechner Linuxe sind, schau mal ob Du ein unzip findest.
Bei Erfolg, schau mal ob das nicht bis auf den Namen identisch ist.
2013-03-21T09:41:08 RelaisFalls aber nicht, frag mal die Admin des neuen Rechners, ob sie Dir nicht ein zip anbieten wollen.
2013-03-21T09:41:08 RelaisDas spart die Arbeit es selbst zu tun.
(Und natürlich ginge es auch als Userin.)
2013-03-21T10:41:29 RaubtierInstalliere dir zip.
2013-03-21T10:41:29 Raubtiergzip kann genau eine Datei packen, deswegen wird es auch oft mit tar zusammen verwendet. Tar macht sozusagen ein Archiv mit mehreren Dateien (ungepackt), und gzip packt dann alles.
Bei zip hast du dagegen beide Schritte zusammen in einem Format.
2013-03-21T13:10:02 GwenDragonapt-get
2013-03-21T04:51:22 biancaKaum möglich.Habe ich irgendeine Möglichkeit, das gewohnt zip ohne Adminrechte selbst zu installieren oder es nach zu bauen?
2013-03-21T13:17:03 GwenDragon2013-03-21T04:51:22 biancaKaum möglich.Habe ich irgendeine Möglichkeit, das gewohnt zip ohne Adminrechte selbst zu installieren oder es nach zu bauen?
2013-03-21T15:06:29 RelaisDu kannst auf dem Zielrechner mit uname -a herausfinden, was für ein Linux-Kernel da vorhanden ist.
2013-03-21T15:06:29 RelaisJa.2013-03-21T13:17:03 GwenDragon2013-03-21T04:51:22 biancaKaum möglich.Habe ich irgendeine Möglichkeit, das gewohnt zip ohne Adminrechte selbst zu installieren oder es nach zu bauen?
Du meinst wegen der Abhängigkeiten, Libraries etc., Gwen?
2013-03-21T13:17:03 GwenDragonunter ftp://ftp.info-zip.org/pub/infozip/unix/linux/ findest du ein paar fertig kompilierte.