Sportica   Sportica

shell 命令

# history | tail -3
2029 ls
2030 make
2031 history | tail -3             //查看用户最后执行的3条命令 

 

#history | tail -3                     //清除所有历史记录

# alias test1='cd /mnt/hgfs/share/project'             //设置一个命令别名

# test1                                                                //执行命令                                                               
/mnt/hgfs/share/project#

# unalias test1                                                    //删除已设置的test1别名设置

#alias                                                                //查看已设置的别名

posted @ 2012-03-30 14:48  qingjoin  阅读(169)  评论(0编辑  收藏  举报
  Sportica