“archivo zip en terminal” Código de respuesta

Terminal Zip

zip -r compressed_filename.zip foldername
Foolish Falcon

Zip un terminal de archivo

gzip test.txt
Anthony Smith

archivo zip en 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

Respuestas similares a “archivo zip en terminal”

Preguntas similares a “archivo zip en terminal”

Más respuestas relacionadas con “archivo zip en terminal” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código