info:bash

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
info:bash [2017/12/19 13:50] radeffinfo:bash [2026/01/16 07:52] (Version actuelle) – [Doc] radeff
Ligne 1: Ligne 1:
-====== Bash ======+====== Bash / Terminal / Console / Konsole ======
 (acronyme de Bourne-Again shell) est un interpréteur en ligne de commande de type script. C'est le shell Unix du projet GNU (acronyme de Bourne-Again shell) est un interpréteur en ligne de commande de type script. C'est le shell Unix du projet GNU
  
-voir aussi: [[info:unix|*nix (linux/unix)]] +voir aussi: [[info:linux|*nix (linux/unix)]]
-   +
-===== Ressources ===== +
-  * [[http://blog.wescale.fr/2016/04/07/bash-pro-tips/| Bash : Pro tips]] +
-  * [[http://buzut.developpez.com/tutoriels/maitriser-conditions-bash/|Maîtriser les conditions en bash]] ({{ :info:maitriser-condition-bash.epub |epub}}) +
-  * [[http://redsymbol.net/articles/unofficial-bash-strict-mode/|Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)]] +
-   +
-===== espace blanc dans le bash? ===== +
-si vous avez un espace blanc après l'autocompletion, c'est sans doute lié à *"/(&"/)(=?@# acrobat... +
  
-//terminal autocompletion adds space after "cp" target folder using Tab// +//note Fred: all the linux's magic is in bash!// 
- +===== maitriser-conditions-bash ===== 
-solution: +    * http://buzut.developpez.com/tutoriels/maitriser-conditions-bash/ 
- +    https://radeff.red/dokuwiki/doku.php/info:bash
-sudo rm /etc/bash_completion.d/acroread.sh +
- +
-voir +
- +
-https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/768876  +
  
 +===== Doc =====
 +  * [[http://blog.wescale.fr/2016/04/07/bash-pro-tips/| Bash : Pro tips]]
 +  * [[http://buzut.developpez.com/tutoriels/maitriser-conditions-bash/|Maîtriser les conditions en bash]] ({{ info:maitriser-condition-bash.epub |epub}})
 +  * [[http://redsymbol.net/articles/unofficial-bash-strict-mode/|Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)]] 
 +  * [[bash_gnome-terminal|force a bash script on a localhost to remain open]]
 +  * [[bash_loop]] Script to automatically backup files using simple FTP
 +  * [[image_delete.sh]]remove image from download, tmp and desktop directories with a bash loop / array
 +  * [[info:lowercase|bash: convertir une chaîne de caratères en minuscules (lowercase)]]
 +  * [[info:uppercase|bash: convertir une chaîne de caratères en majuscules (uppercase)]]
 +  * [[bash loop]]
 +  * [[shai|shai, intelligence artificielle dans bash]]
  
-[[bash_gnome-terminal|force a bash script on a localhost to remain open]] 
  
-[[bash_loop]] Script to automatically backup files using simple FTP+====== Softs ====== 
 +https://doc.ubuntu-fr.org/terminal 
 +===== shellcheck ===== 
 +shellcheck : Vérifier ses scripts shell (suggestions d'améliorations, corrections sécurité etc)
  
-[[image_delete.sh]]remove image from download, tmp and desktop directories with a bash loop / array+    apt install shellcheck
  
-[[info:lowercase|bash: convertir une chaîne de caratères en minuscules (lowercase)]]+https://www.linuxtricks.fr/wiki/shellcheck-verifier-ses-scripts-shell    
  
-[[info:uppercase|bash: convertir une chaîne de caratères en majuscules (uppercase)]]+===== Voir aussi ===== 
 +  * [[info:lsdirnocolors|désactiver la couleur de background avec la commande "ls"]]
  
-[[bash loop]] 
  • info/bash.1513687858.txt.gz
  • Dernière modification : 2017/12/19 13:50
  • de radeff