“Generar terminal de archivo zip” Código de respuesta

Zip un terminal de archivo

gzip test.txt
Anthony Smith

Generar terminal de archivo zip

zip -r directory.zip directory
bilalahmed_dev

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 “Generar terminal de archivo zip”

Preguntas similares a “Generar terminal de archivo zip”

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código