Chinaunix首页 | 论坛 | 博客
  • 博客访问: 473884
  • 博文数量: 223
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2145
  • 用 户 组: 普通用户
  • 注册时间: 2014-03-01 10:23
个人简介

该坚持的时候坚持,该妥协的时候妥协,该放弃的时候放弃

文章分类

全部博文(223)

文章存档

2017年(56)

2016年(118)

2015年(3)

2014年(46)

我的朋友

发布时间:2016-12-26 21:48:01

一、 更多的替换选项①替换标记root@localhost sed]# cat data4.txtThis is a test of the test script.This is the second test of the test script.[root@localhost sed]# sed 's/test/trial/' data4.txtThis is a trial of the test script.This is the s.........【阅读全文】

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

发布时间:2016-12-25 22:13:02

一、sed编辑器sed命令的格式如下:sed options script file选项-e script        在处理输入时,将script中指定的命令添加到已有的命令中-f file            在处理输入时,将file中指定的命令添加到已有的命令中-n             &n.........【阅读全文】

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

发布时间:2016-11-26 21:28:35

Linux date命令的用法......【阅读全文】

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

登录 注册