Bash : Différence entre versions
De Vulgum Techus
(→Bash dans Windows 10) |
(→Liens utiles) |
||
Ligne 34 : | Ligne 34 : | ||
* [http://tiswww.case.edu/php/chet/bash/bashtop.html case.edu] Bash : site officiel | * [http://tiswww.case.edu/php/chet/bash/bashtop.html case.edu] Bash : site officiel | ||
* [https://fr.wikipedia.org/wiki/Bourne-Again_shell fr.wikipedia.org] bash sur '''[[Wikipedia]]''' | * [https://fr.wikipedia.org/wiki/Bourne-Again_shell fr.wikipedia.org] bash sur '''[[Wikipedia]]''' | ||
− | * [http://wiki.linux-france.org/wiki/Les_commandes_fondamentales_de_Linux/Programmation_bash_(script) wiki.linux France] Les commandes fondamentales de | + | * [http://wiki.linux-france.org/wiki/Les_commandes_fondamentales_de_Linux/Programmation_bash_(script) wiki.linux France] Les commandes fondamentales de Linux/Programmation bash (script) |
* [http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html tldp.org] BASH Programming - Introduction HOW-TO | * [http://www.tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html tldp.org] BASH Programming - Introduction HOW-TO | ||
Version du 5 avril 2019 à 21:26
Lien court vers cette page : https://vt.cx/Bash QR code vers cette page : https://vt.cx/Bash.qr
Sommaire
Présentation
Découlant du Bourne, bash (Bourne-Again shell), est le shell par défaut sur la plupart des distributions Linux. Outre de nombreuses fonctions de gestion du système, Bash intègre un langage de programmation complet permettant, à l'instar du Powershell de Windows de créer des commandes automatisées très puissantes.
Commandes utiles
- echo $BASH_VERSION ou rpm -q bash ou bash --version -> connaître la version installée
- chmod +x -> rendre un fichier bash exécutable (doit aussi avec #!/bin/bash à la première ligne)
Bash dans Windows 10
- PC World - 03/03/17 Discover the power of Bash, the Linux command line tool hiding in Windows 10
Articles Vulgum Techus
Liens utiles
- case.edu Bash : site officiel
- fr.wikipedia.org bash sur Wikipedia
- wiki.linux France Les commandes fondamentales de Linux/Programmation bash (script)
- tldp.org BASH Programming - Introduction HOW-TO
Articles externes
- PC World - 13/03/17 Discover the power of Bash, the Linux command line tool hiding in Windows 10