bash脚本中的“ -t”是什么?

时间:2019-09-24 18:27:28

标签: bash shell

经过大量Google搜索后,我似乎找不到答案。 -t在此代码的上下文中做什么?

if [ ! -t 1 ]
then
    SCRIPTLOG=$LOG_DIR/$SCRIPT.log
    exec >>$SCRIPTLOG 2>&1
    chmod 644 $SCRIPTLOG
fi

0 个答案:

没有答案