用shell格式化输出json内容
#json内容如下: root@localhost#cat test.txt #过滤命令如下: cat test2.txt |grep -vE '({|}|\[|\])'|cut ...
#json内容如下: root@localhost#cat test.txt #过滤命令如下: cat test2.txt |grep -vE '({|}|\[|\])'|cut ...
...