For the complete documentation index, see llms.txt. This page is also available as Markdown.

Zip

Dateien

Linux Gunzip Befehl erläutert mit Beispielen

-> gunzip

Packen

Entpacken

gunzip [compressed-file-name]
gunzip file1.gz

Ordner

How do I gunzip a directory?

-> tar

Packen

tar cvzf tarball.tar.gz directory/
tar cvzf tarball.tar.gz .

Entpacken

Last updated