使用echo, read 让stderr有颜色
Hujiuxiang
・1 分钟阅读
stderr 颜色
mycommand 2> >(while read line; do echo -e"e[01;31m$linee[0m"; done)