stderr in red
2> >(while read line; do echo -e "\e[01;31m$line\e[0m" >&2; done)
Last active
February 10, 2018 19:15
-
-
Save mohitmun/23a6ab453161502a7cf9cbc25e498cc5 to your computer and use it in GitHub Desktop.
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://serverfault.com/a/59279/456010