Bash : Différence entre versions
De Vulgum Techus
(→Présentation) |
|||
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Langages de programmation]] | [[Catégorie:Langages de programmation]] | ||
− | '''[[Lien court]]''' vers cette page : http://vt.cx/Bash | + | '''[[Lien court]]''' vers cette page : http://vt.cx/Bash |
− | '''[[QR code]]''' vers cette page : http://vt.cx/Bash.qr | + | '''[[QR code]]''' vers cette page : http://vt.cx/Bash.qr |
− | + | ||
<html> | <html> | ||
<script type="text/javascript"><!-- | <script type="text/javascript"><!-- | ||
Ligne 13 : | Ligne 12 : | ||
</script> | </script> | ||
<script type="text/javascript" | <script type="text/javascript" | ||
− | src=" | + | src="//pagead2.googlesyndication.com/pagead/show_ads.js"> |
</script> | </script> | ||
</html> | </html> | ||
− | |||
= Présentation = | = Présentation = | ||
Ligne 33 : | Ligne 31 : | ||
* [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://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 | ||
+ | |||
+ | = Articles externes = | ||
+ | * [http://www.pcworld.com/article/3180026/windows/discover-the-power-of-bash-the-linux-command-line-tool-hiding-in-windows-10.html PC World - 13/03/17] Discover the power of '''Bash''', the '''[[Linux]]''' command line tool hiding in '''[[Windows 10]]''' | ||
= Commentaires = | = Commentaires = |
Version du 9 juillet 2017 à 11:53
Lien court vers cette page : http://vt.cx/Bash QR code vers cette page : http://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)
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