What does “1>&2” mean in bash?
This question already has an answer here:
It outputs the message to stderr. "1>&2" means redirect stdout to stderr. http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
链接地址: http://www.djcxy.com/p/25584.html上一篇: 1>&2在shell中的含义是什么?
下一篇: bash中“1&2”是什么意思?