Bash : Différence entre versions

De Vulgum Techus
Aller à : Navigation, rechercher
(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<br/>
+
'''[[Lien court]]''' vers cette page : http://vt.cx/Bash
'''[[QR code]]''' vers cette page : http://vt.cx/Bash.qr<br/>
+
'''[[QR code]]''' vers cette page : http://vt.cx/Bash.qr
<br/>
+
 
<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="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+
src="//pagead2.googlesyndication.com/pagead/show_ads.js">
 
</script>
 
</script>
 
</html>
 
</html>
<br/>
 
  
 
= 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 à 12:53

Lien court vers cette page : http://vt.cx/Bash
QR code vers cette page : http://vt.cx/Bash.qr

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

Articles externes

Commentaires

blog comments powered by Disqus