Linux:基礎IO

- 對之前編寫的自主shell進行修改,使其支持輸入/輸出/追加重定向  #include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<string.h> #include<fcntl.h> //1.寫一個shell的入口,用於提示要輸入信息 //2.scanf接受一個輸入信息 //對命令進行解析,看看有沒有進行重定向 //3.創
相關文章
相關標籤/搜索