Chinaunix首页 | 论坛 | 博客
  • 博客访问: 132390
  • 博文数量: 28
  • 博客积分: 527
  • 博客等级: 中士
  • 技术积分: 367
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-09 17:05
个人简介

运维开发工程师。致力于网络,WEB应用服务,Linux系统运维。方向:操作系统,监控,自动化

文章分类

全部博文(28)

文章存档

2013年(12)

2012年(16)

发布时间:2013-06-23 19:42:26

Intro    wget : The non-interactive network downloaderUsage    wget [options] remote_source_fileExamples    1. 限速        wget --limit-rate=50m ftp://$USER:$PASS@$HOST/$PATH        #限速.........【阅读全文】

阅读(2161) | 评论(0) | 转发(0)

发布时间:2013-06-20 16:58:59

Intro    date : Time speficationUsage    date -d time_spec_string time_format_string    format_string一般用双引号圈引(可略),形如"+%Y-%m-%d"Examples    Unix时间戳        date +%s => 1371718681  &nb.........【阅读全文】

阅读(1508) | 评论(0) | 转发(0)

发布时间:2013-06-20 08:41:12

退出状态exit status    定义        built-in命令,外部命令,函数在退出时,都有退出状态,即返回值,范围:0-255。        返回值0表示成功        返回值非0表示失败,其中127为command not found.........【阅读全文】

阅读(1661) | 评论(0) | 转发(0)

发布时间:2013-06-16 13:28:10

Intro    BRE    basic regulat expression, used by 'grep', 'sed', 'vi'    ERE    extended regular expression, used by 'egrep, awk'    PRE    perl regxExamples of BRE    匹配空行    grep ''......【阅读全文】

阅读(1997) | 评论(0) | 转发(0)

发布时间:2013-06-16 12:58:46

Intro    HereDocument提供了一种快捷方法,按照字面地输入字串,"记号"之间的文本被当做双引号圈引。因此,需要注意变量内插    HereDocument可以被当做文件看待。Usage$cat ......【阅读全文】

阅读(1256) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册