Chinaunix首页 | 论坛 | 博客
  • 博客访问: 231093
  • 博文数量: 51
  • 博客积分: 113
  • 博客等级: 民兵
  • 技术积分: 285
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-14 17:31
文章分类

全部博文(51)

文章存档

2012年(51)

分类:

2012-05-09 18:41:53

作者:2010级嵌入式  张坤

[root@localhost 桌面]# cat testfile.txt
Hello World
Welcome to the world of regexp!

[root@localhost 桌面]# sed 's/<[^<>]*>//g' testfile.txt
Hello World
Welcome to the world of regexp!
[root@localhost 桌面]#


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