Shell-Script Bash


Un script bash est un fichier de type texte contenant une suite de commandes shell, exécutables par l'interpréteur (ici le programme /bin/bash), comme une commande unique. Un script peut être lancé en ligne de commande, mais aussi dans un autre script.

Cours :

http://eric-sanchis.ftp-developpez.com/IntroProgBash.pdf

http://www-iness.c-strasbourg.fr/tech/inform/linux-user/node13.html

http://www.graoulug.org/documentations/eugen/Shell.html

Commandes Bash :

http://www.linux-france.org/lug/ploug/doc/commandes-bash.pdf

Mis à jour ( Samedi, 20 Juin 2009 00:59 )