“générer un terminal de fichier zip” Réponses codées

zip un terminal de fichier

gzip test.txt
Anthony Smith

générer un terminal de fichier zip

zip -r directory.zip directory
bilalahmed_dev

Fichier zip dans le 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

Réponses similaires à “générer un terminal de fichier zip”

Questions similaires à “générer un terminal de fichier zip”

Plus de réponses similaires à “générer un terminal de fichier zip” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code