“gerar terminal de arquivo zip” Respostas de código

Zip um terminal de arquivo

gzip test.txt
Anthony Smith

gerar terminal de arquivo zip

zip -r directory.zip directory
bilalahmed_dev

arquivo zip no terminal

echo "<h1><center> This will bve zipped</h2></center>" > index.html # create file 
cat index.html # just confirming the file is created and has content in it
zip index.zip index.html # this command will creaed a zipped version on the file index.html

conjunction cell

Respostas semelhantes a “gerar terminal de arquivo zip”

Perguntas semelhantes a “gerar terminal de arquivo zip”

Mais respostas relacionadas para “gerar terminal de arquivo zip” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código