sed命令行编辑器详述(4)

UUID=89ec9224-65c7-4461-9350-9d5e016d016c /                       xfs     defaults        0 0

UUID=1b0c5c77-c343-4139-9533-0ef66ffe5d39 /boot                   xfs     defaults        0 0

UUID=e70e4b66-c716-4d00-a483-4771fea4a9c1 /testdir                xfs     defaults        0 0

UUID=6cfc5ecc-625f-4a4c-936f-95e4bab93dd6 swap                    swap    defaults        0 0

[root@CentOS7 ~]# 

5.显示奇数行

[root@CentOS7 ~]# sed 'n;d' fstab 

#  This is one line.

#     This is three line.

# /etc/fstab

#

# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info

UUID=89ec9224-65c7-4461-9350-9d5e016d016c /                       xfs     defaults        0 0

UUID=e70e4b66-c716-4d00-a483-4771fea4a9c1 /testdir                xfs     defaults        0 0

[root@CentOS7 ~]#

sed命令中引入shell变量

Linux高级文本处理工具之sed 

sed 高级用法

sed命令详解与示例

Linux常用命令:sed 

Linux正则表达式sed 详述 

Linux文本处理工具之sed 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/14085.html