摘要:在shell中常用的特殊符号罗列如下:# ; ;; . , / \\ 'string'| ! $ ${} $? $$ $*\"string\"* ** ? : ^ $# $@ `command`{} [] [[]] () (())|| && {xx,yy,zz,...}~ ~+ ~- & \\ + ...
阅读全文
posted @ 2015-01-17 16:22
|
||
01 2015 档案
摘要:在shell中常用的特殊符号罗列如下:# ; ;; . , / \\ 'string'| ! $ ${} $? $$ $*\"string\"* ** ? : ^ $# $@ `command`{} [] [[]] () (())|| && {xx,yy,zz,...}~ ~+ ~- & \\ + ...
阅读全文
posted @ 2015-01-17 16:22
摘要:注:原文地址:http://blog.chinaunix.net/uid-24648486-id-2998767.html参考网站:chinazhttp://www.chinaz.com/server/2009/0807/85796.shtml前言:我们为什么要学会使用find命令?每一种操作系统都...
阅读全文
posted @ 2015-01-09 14:59
摘要:运行locate httpd.conf,提示-bash: locate: command not found错误。则需要安装mlocate软件包:yum install mlocate搜索,提示locate: can not stat () `/var/lib/mlocate/mlocate.db'...
阅读全文
posted @ 2015-01-09 00:28
摘要:如果下面的条件成立返回真...-e文件存在-a文件存在这个和-e的作用一样. 它是不赞成使用的,所以它的用处不大。-f文件是一个普通文件(不是一个目录或是一个设备文件)-s文件大小不为零-d文件是一个目录-b文件是一个块设备(软盘, 光驱, 等等.) -c文件是一个字符设备(键盘, 调制解调器, 声...
阅读全文
posted @ 2015-01-07 23:37
摘要:在shell中常用的特殊符号罗列如下:# ; ;; . , / \ 'string'| ! $ ${} $? $$ $* "string"* ** ...
阅读全文
posted @ 2015-01-05 11:29
|
||