arguments options -n : limit number of arguments taken from standard input for each invocation -p : prompt the user for every invocation find . -name "*.md" | xargs -p -n1 rm
+ e # List all the processes listening on ports alias ports="sudo lsof -i -P | grep -i 'listen'" # Open the last executed command in 'explainshell.com' alias explain='history | tail -2 | head -1 | sed -e '"'"'s/^\ *[[:digit:]]*\ *//'"'"' | php -R "echo urlencode(\$argn);" | sed -e '"'"'s/^\(.*\)/\"http:\/\/www.explainshell.com\/explain?cmd=\1\"/g'"'"' | xargs -I{} open -a "/Applications/Google Chrome.app/" {}'