“arquivo zip no terminal” Respostas de código

zip terminal

zip -r compressed_filename.zip foldername
Foolish Falcon

Zip um terminal de arquivo

gzip test.txt
Anthony Smith

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 “arquivo zip no terminal”

Perguntas semelhantes a “arquivo zip no terminal”

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código