我正在做作业,我有一个关于一行的问题。我不明白这>&2是什么意思:
>&2
if test -d $2 then echo "$2: Is directory" >&2 ; exit 21 fi
command-line bash redirect
bash ×1
command-line ×1
redirect ×1