天天看點

其他指令

cat  file1 #打開檔案

其他指令

more  file1   

其他指令

tail  file1          

其他指令

 head  file1       

其他指令

 wc  file1            #統計檔案file1中的行數、單詞數和字元數

其他指令

 rm  -i  file1        #請求使用者确認删除file1檔案(慎用!一定是删除自己建立的檔案)

其他指令

實用程式 

date                 #輸出系統日期和時間

其他指令

cal                  #顯示本月的月曆。cal 2002 顯示2002年的月曆

其他指令

 clear               # 清除終端螢幕

history             #顯示你以前執行過的指令的清單

其他指令

 man   指令          #提供指令的基本用法

其他指令

echo  hello,welcome to here!   讀取參數并把它寫到輸出

其他指令

繼續閱讀