Changes between Version 4 and Version 5 of YM_Course_2009/Lab4


Ignore:
Timestamp:
Jul 4, 2009, 10:16:01 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YM_Course_2009/Lab4

    v4 v5  
    6969temp2
    7070}}}
     71 * 使用 2>> 把 ls temp temp3 的 STDERR 附加到 file8
     72{{{
     73ubuntu@ubuntu:~$ ls temp temp3 2>> file8
     74temp:
     75ubuntu@ubuntu:~$ cat file8
     76ls: cannot access temp3: No such file or directory
     77temp:
     78file
     79profile
     80temp
     81temp2
     82ls: cannot access temp3: No such file or directory
     83}}}
     84 * cat 用 < 來讀取 STDIN
     85{{{
     86
     87}}}