“Diretório TAR” Respostas de código

pasta gzip com alcatrão

# gzip my-folder-name
#
# flags:
# 	z = filter the archive through gzip
# 	c = create a new archive
# 	v = verbosely list files processed
# 	f = use archive file or device ARCHIVE
#
# Example:
tar -zcvf my-filename.tar.gz my-folder-name
JoeMoe

Diretório TAR

tar -czvf archive.tar.gz stuff
Fragile Ferret

alcatrão um diretório linux

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Fragile Ferret

Respostas semelhantes a “Diretório TAR”

Perguntas semelhantes a “Diretório TAR”

Mais respostas relacionadas para “Diretório TAR” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código