Stupid bash tricks

echo to stderr: (>&2 echo "Here's an error that'll go to STDERR")

delete a function: unset -f function

How to determine if a command is a function, alias, or binary: type foo