Micah R Ledbetter /mɹ̩ˈled/
@mrled
I wish more documentation writers knew that POSIX sh (including bash, zsh, etc) allows a newline after a pipe. If you're going to put different commands on different lines, you should use:
echo "asdf" |
base64
Not:
echo "asdf" \
| base64