# Astuces SHell ## Shell -> HTML ~~~ # apt install aha $ script-foo-colors | aha > output.html ~~~ ## Initialisation du shell Entre les 3 modes ("login", "interactive non-login" et "non-interactive non-login") il y a de quoi se perdre à propos des fichiers chargés. Voici un rappel assez complet : ## Script shell Style guide : ## History Bash `bashrc` : ~~~ export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoreboth export HISTSIZE=65535 export HISTTIMEFORMAT="%c : " ~~~ > *Note* : si besoin on peut `chattr +a /root/.bash_history` pour empêcher sa suppression