General information Sed Shell, terminal, console, command line .bash_profile vs .bashrc Tty, pty, interactive vs non-interactive Login vs. non-login shells Use bashrc also on login shell Parallelize xargs Discrepencies between /bin/sh versions General information Xargs for creating positionnals through stdin included_figures.sh | xargs git add Avoid the sub-shell problem when while read a while read a; do ...; done < <(ls) pour éviter d’avoir le while dans un sous-shell C.