最新文章列表

sed 用法解释

1.Sed命令 调用sed命令有两种形式:     sed [options] 'command' file(s)     sed [options] -f scriptfile file(s) a\     在当前行后面加入一行文本。 b lable     分 ...
sed 
诗意的栖居 评论(0) 有994人浏览 2011-10-28 14:29

Several Frequently Used Commands

sed '/^\s*$/d' a.txt # delete ALL blank lines sed '/./,$!d' a.txt # delete all leading blank lines at top of file   sed '=' a.txt | sed 'N;s/\n/\t/' # cat -n a.txt sed '/./=' a.txt | sed '/./N; s/ ...
whitesock 评论(0) 有1178人浏览 2011-10-13 11:35

sed 学习记录

记录一下常用的sed 的 要点 sed 的执行过程: In default operation, sed cyclically copies a line of input, less its terminating newline character, into a pattern space (unless there is something left after a D command), ...
sed 
watershitter 评论(0) 有1272人浏览 2011-10-09 23:48

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics