I am doing my homework and I have a question about one line. I don't understand what this >&2
means:
if test -d $2
then echo "$2: Is directory" >&2 ; exit 21
fi
I am doing my homework and I have a question about one line. I don't understand what this >&2
means:
if test -d $2
then echo "$2: Is directory" >&2 ; exit 21
fi