Bash : Différence entre versions

De Vulgum Techus
Aller à : Navigation, rechercher
Ligne 1 : Ligne 1 :
 +
<!-- Links checked 05/04/19 -->
 
[[Catégorie:Langages de programmation]]
 
[[Catégorie:Langages de programmation]]
  '''[[Lien court]]''' vers cette page : http://vt.cx/Bash
+
[[Catégorie:Linux]]
  '''[[QR code]]''' vers cette page : http://vt.cx/Bash.qr
+
  '''[[Lien court]]''' vers cette page : https://vt.cx/Bash
 +
  '''[[QR code]]''' vers cette page : https://vt.cx/Bash.qr
 
<html>
 
<html>
 
<script type="text/javascript"><!--
 
<script type="text/javascript"><!--
Ligne 17 : Ligne 19 :
  
 
= Présentation =
 
= 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.
+
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 =
 
= Commandes utiles =
Ligne 24 : Ligne 26 :
  
 
= Bash dans [[Windows]] 10 =
 
= Bash dans [[Windows]] 10 =
* [http://www.pcworld.com/article/3180026/windows/discover-the-power-of-bash-the-linux-command-line-tool-hiding-in-windows-10.html PC World - 03/03/17] Discover the power of '''Bash''', the '''[[Linux]]''' command line tool hiding in '''Windows 10'''
+
* [https://www.pcworld.com/article/3180026/windows/discover-the-power-of-bash-the-linux-command-line-tool-hiding-in-windows-10.html PC World - 03/03/17] Discover the power of '''Bash''', the '''[[Linux]]''' command line tool hiding in '''Windows 10'''
  
 
= Articles [[Vulgum Techus]] =  
 
= Articles [[Vulgum Techus]] =  
 
* [[Bash bug]]
 
* [[Bash bug]]
  
= Liens utiles =
+
= [[Liens]] utiles =
* [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 '''[[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 =
 
= 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]]'''
+
* [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 5 avril 2019 à 22:25

Lien court vers cette page : https://vt.cx/Bash
QR code vers cette page : https://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)

Bash dans Windows 10

Articles Vulgum Techus

Liens utiles

Articles externes

Commentaires

blog comments powered by Disqus