2>&1 means that stderr is redirected to stdout; 3>&- means that file descriptor 3, opened for writing(same as stdout), is closed.
確定! 回上一頁