Some shell commands

原文链接:http://www.cnblogs.com/wangyh/archive/2009/04/17/some-shell-commands-1.html

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

转载于:https://www.cnblogs.com/wangyh/archive/2009/04/17/some-shell-commands-1.html

上一篇:Warning: Multiple build commands for output file /xxx


下一篇:The Final Project Requirements of Internet Applications