tee是將stdout複製(到檔案),通常我的用法是make | tee /home/user/build.log。 exec蠻特別,通常的理解是取代,但當其操作的對像是file descriptor ...
確定! 回上一頁