# Bash

bashpipeslinuxunix

# Pipes man

curl -s google.com | vim -
git diff | hg import -
  1. Pipes
  2. Loops
  3. 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

  • or
  • Buy me a coffeeBuy me a coffee