Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

7.22. XML 工具

7.22.1. xmllint - command line XML tool

格式化输出 XML 文件

			
[root@netkiller ~]# xmllint --format --noblanks /etc/freeswitch/autoload_configs/switch.conf.xml
			
			

7.22.2. xmlstarlet - command line XML/XSLT toolkit

			
[root@netkiller ~]# dnf install xmlstarlet
			
			

删除 XML 文件中的注释

			
[root@netkiller ~]# xmlstarlet ed -d '//comment()' /etc/freeswitch/vars.xml