包含标签:column 的文章
-
column 格式化列显示
[root@wanggaoli ~]# cat test.txt Nginx, Redis, xx IIS, MySQL, 123 Apache, Oracle, 456 [root@wanggaoli ~]# column -t
[root@wanggaoli ~]# cat test.txt
Nginx, Redis, xx
IIS, MySQL, 123
Apache, Oracle, 456
[root@wanggaoli ~]# column -t