====== Scripts shell ====== ===== ZSH ===== * https://github.com/ohmyzsh/ohmyzsh/wiki/Cheatsheet * https://linuxconfig.org/learn-the-basics-of-the-zsh-shell ===== Posix ===== * posix cheat sheet https://steinbaugh.com/posts/posix.html * une bible https://github.com/dylanaraps/pure-sh-bible ===== Bash ===== * Une doc assez complète "Guide avancé d'écriture des scripts Bash" : http://abs.traduc.org/ (avec notamment les [[http://abs.traduc.org/abs-5.1-fr/ch33s08.html|astuces]] et les [[http://abs.traduc.org/abs-5.1-fr/ch23.html|fonctions]]) * Les pages de Jean Gourdin sur ac-creteil : http://www.ac-creteil.fr/reseaux/systemes/linux/Welcome.html avec par exemple [[http://www.ac-creteil.fr/reseaux/systemes/linux/shell-scripts/shell-bash.html|Introduction au shell Bash]] et [[http://www.ac-creteil.fr/reseaux/systemes/linux/shell-scripts/shell-programmation.html|Introduction aux scripts bash]] ===== Et aussi ===== * Le wiki cli@asyd.net (pas vraiment sur bash, mais sur les scripts en général) : http://cli.asyd.net/home/ * les scripts de la rubrique admin sys (menu de gauche)