Some shell commands

echo $SHELL : default shell

uname: print current operation system information

df : disk free space information

!! : repeat last command

!$ : last argument

!partial_text : run history command by text

history : show command history

fc -l : show command history

set -o vi : use vi keybinding

<command> &  : run at background

posted @ 2009-04-17 22:16  Nick Wang (懒人王)  阅读(291)  评论(0编辑  收藏  举报