標籤:
http://baike.baidu.com/subview/849/15831672.htm
http://en.wikipedia.org/wiki/Shell_(computing)
常用命令
cat 檔案名稱 輸出檔案內容到基本輸出(螢幕 or 加>fileName 到另一個檔案)cb 格式化原始碼chmod //change mode,改變檔案的許可權cp copydate 當前的時間和日期echo $abc 在變數賦值之後,只需在變數前面加一個$去引用.lint 語法檢查程式ls dirman helpmore typedu 查看磁碟空間狀況ps 查看當前進程狀況who 你的使用者名稱和終端類型定義變數 name=abc? (bash/pdksh) || set name = abc (tcsh)mkdir 建立目錄rmdir 刪除目錄cd 進入目錄rm 刪除檔案more 顯示檔案echo 顯示指定文本mv 改檔案名稱 /移動檔案pwd 顯示目錄路徑命令 http://en.wikipedia.org/wiki/ISeries_QSHELL According to IBM, QSHELL is a “UNIX-like” interface built over OS/200. The commands you issue point to programs in a “QSHELL” library. To use QSHELL, key STRQSH or QSH on an iSeries command line.PASE is a “real” UNIX—it is actually AIX. It looks similar to QSHELL, but doesn’t have some of the limitations built into QSHELL. To use PASE, CALL QP2TERM. http://baike.baidu.com/view/349664.htm AIX(Advanced Interactive eXecutive)是IBM基於AT&T Unix System V開發的一套類UNIX作業系統,運行在IBM專有的Power系列晶片設計的小型機硬體系統之上。
學習筆記之Shell & QSHELL