Linuxl下C編程系列--Shell(續)

shell的輸入與輸出主要包括: echo命令 read命令 cat命令 管道 tee命令 標準輸入、輸出和標準錯誤 重定向linux echo [-e] [-n]  string string : 字符串,能夠含 shell 變量、轉義符等,  通常用雙引號括起來 -e :  讓 echo 解釋 string 中的轉義符 -n :  禁止 echo 輸出後輸出 NEWLINE(換行)正則表達式
相關文章
相關標籤/搜索