“tar.gz” Code-Antworten

Erstellen Sie die Tar GZ -Datei aus dem Verzeichnis

tar -czf tarball.tar.gz my_directory/
Famous Flatworm

tar.gz

tar -xvf file.tar.gz
nic0x801

Untar tar.gz

tar -xzf file.tar.gz
Jittery Jackal

ist TGZ so wie Tar.gz

They are identical.
I think in the old package repo days, 
.tgz was used because files on DOS floppies could only have three letter 
extensions. When this limitation was removed,
.tar.gz was used to be more verbose by showing both the archive type (tar) 
and zipper (gzip).
Real Raccoon

Linux tar gz

# compress
tar czvf < archive_name >.tar.gz < path >
# extract
tar xzvf < archive_name >.tar.gz
tar xzvf < archive_name >.tar.gz  -C /home/usera/tmp
VasteMonde

TAR GZ Linux -Befehl

tar -czvf projects.tar.gz projects/
Benja

Ähnliche Antworten wie “tar.gz”

Fragen ähnlich wie “tar.gz”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen