# Bash
# Pipes man
curl -s google.com | vim -
git diff | hg import -
- Pipes
- Loops
- Subshells
Which letters are NOT used as ls switches.
function args() { man ls | col -b | grep '^[[:space:]]*ls \[' | awk -F '[][]' '{print $2}'}
python -c "import string; print set(string.lowercase) - set('`args`')"
# Softwares
← asciidoctor Book →