http://baike.baidu.com/subview/849/15831672.htm
    
    http://en.wikipedia.org/wiki/Shell_(computing)
  
常用命令
    
    cat 文件名 输出文件内容到基本输出( 
   
    
      屏幕
    
     or 加>fileName 到另一个文件) 
  
  
  
    
    cb 格式化 
   
    
      源代码
    
  
  
    
    chmod //change mode,改变文件的权限 
  
  
  
    
    cp copy 
  
  
  
    
    date 当前的时间和日期 
  
  
  
    
    echo $abc 在 
   
    
      变量
    
    赋值之后,只需在变量前面加一个$去引用. 
  
  
  
    
      lint
    
     语法检查程序 
  
  
  
    
    ls dir 
  
  
  
    
    man help 
  
  
  
    
    more type 
  
  
  
    
    du 查看磁盘空间状况 
  
  
  
    
    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/400
    
    . 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 
  
  
  


 
					 
					