标签: bash shell
经过大量Google搜索后,我似乎找不到答案。 -t在此代码的上下文中做什么?
if [ ! -t 1 ] then SCRIPTLOG=$LOG_DIR/$SCRIPT.log exec >>$SCRIPTLOG 2>&1 chmod 644 $SCRIPTLOG fi