Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3814
  • 博文数量: 4
  • 博客积分: 120
  • 博客等级: 入伍新兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2009-11-14 18:10
文章分类
文章存档

2011年(1)

2009年(3)

我的朋友
最近访客

分类: LINUX

2009-11-14 23:48:16

Bourne shell(sh)-----Bourne Again shell(Bash)
C shell(csh)-----Tcsh
Korn shell(ksh)-----pdksh
ash,zsh...

grep fgrep
date
ls
``
* ? []
''  ""
pwd
# string="current directory is `pwd`"
# echo $string

< > << >> |
cat
sort
wc
eg.
administrator@administrator-laptop:~$ wc <> a
> aa aa
> ok
2 3 8

Tab
history
!+
!!
$HISTSIZE  $HISTFILE
alias[alias-name='original-command']


阅读(311) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~