You're parsing it wrong; it's exec and 3>fifo not exec 3 and >fifo . exec without a command applies any redirection to the main shell, ...
確定! 回上一頁