Zip
Dateien
Linux Gunzip Befehl erläutert mit Beispielen
-> gunzip
Packen
Entpacken
gunzip [compressed-file-name]
gunzip file1.gz
Ordner
-> tar
Packen
tar cvzf tarball.tar.gz directory/
tar cvzf tarball.tar.gz .
Entpacken
tar xvzf tarball.tar.gz
Links
Linux tar Command - How to Compress Files in Linux
Last updated
Was this helpful?