Old stuff/ecole_etude_fac_de_pau/licence_2/ise/shell/tar.sh~
(Deskargatu)
#!/bin/bash
echo "Choisissez une operation :"
echo " Creer une nouvelle archive 1"
echo " Ajouter des fichiers dans une archive 2"
echo " Lister le contenu d une archive 3"
echo " Extraire le contenu d une archive 4"
echo " Quitter le programme 0"
read choix;
while ( [ $choix != "4" ] && [ $choix != "0" ] && [ $choix != "1" ] && [ $choix != "2" ] && [ $choix != "3" ] )
do
echo "Entrer un numero entre 0 et 4 ! "
read choix;
done
if [ $choix == "0" ]
then exit;
echo " Choisissez une ou plusieurs options "
echo " Mode verbeux 1 "
echo " Respect des conditions 2 "
echo " Fin 0 "
read option;
while ( [ $option != "0" ] && [ $ix != "1" ] && [ $choix != "2" ] )
do
echo "Entrer un numero entre 0 et 4 ! "
read choix;
done