天天看點

linux 将内容強制輸出到終端

printf "hello" >>/dev/tty

或 

echo "hello" >>/dev/tty      

繼續閱讀