Fonctions en Shell Debian/ubuntu/gentoo
Résolu/Fermé
EminoMeneko
Messages postés
2435
Date d'inscription
jeudi 24 janvier 2008
Statut
Membre
Dernière intervention
23 mai 2018
-
19 mars 2008 à 11:02
EminoMeneko Messages postés 2435 Date d'inscription jeudi 24 janvier 2008 Statut Membre Dernière intervention 23 mai 2018 - 13 avril 2008 à 12:03
EminoMeneko Messages postés 2435 Date d'inscription jeudi 24 janvier 2008 Statut Membre Dernière intervention 23 mai 2018 - 13 avril 2008 à 12:03
A voir également:
- Fonctions en Shell Debian/ubuntu/gentoo
- Ubuntu iso - Télécharger - Systèmes d'exploitation
- Ubuntu 24.04 - Accueil - Ubuntu
- Classic shell windows 11 - Télécharger - Personnalisation
- Ubuntu 32 bits - Télécharger - Systèmes d'exploitation
- Shell startup windows 10 - Guide
2 réponses
dubcek
Messages postés
18758
Date d'inscription
lundi 15 janvier 2007
Statut
Contributeur
Dernière intervention
24 décembre 2024
5 623
19 mars 2008 à 14:32
19 mars 2008 à 14:32
essayer avec #!/bin/bash pour être sur
changer if [ $? = 0 ] par if [ $? -eq 0 ]
et j'ajouterais un ; après la dernière instruction de chaque fonction
{ list; }
Placing a list of commands between curly braces causes the list to be executed in the current shell context. No subshell is created. The semicolon (or newline) following list is required.
changer if [ $? = 0 ] par if [ $? -eq 0 ]
et j'ajouterais un ; après la dernière instruction de chaque fonction
{ list; }
Placing a list of commands between curly braces causes the list to be executed in the current shell context. No subshell is created. The semicolon (or newline) following list is required.
EminoMeneko
Messages postés
2435
Date d'inscription
jeudi 24 janvier 2008
Statut
Membre
Dernière intervention
23 mai 2018
318
13 avril 2008 à 12:03
13 avril 2008 à 12:03
J'avais pas mis à jour mais j'ai bien résolu le problème peu de temps après en mettant bash :)
Merci pour ton aide qui va plus loin que la solution. :)
Merci pour ton aide qui va plus loin que la solution. :)