`command 2>&1 | tee >(first pipe) | second pipe` is a really handy shell pattern
@floatingatoll command 2>&1 | tee >( grep -v “things uninteresting to sysadmins” | mail root@ ) | mail dev@
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@floatingatoll command 2>&1 | tee >( grep -v “things uninteresting to sysadmins” | mail root@ ) | mail dev@