您可能希望该
column命令(通常
--table / -t用于生成基本表格输出):
从手册页:
-t, --table确定输入包含的列数并创建一个表。默认情况下,列用空格定界,或使用–output-separator选项提供的字符定界。表输出对于漂亮打印很有用。
column -t [file]# or from stdincat file | column -t# For a quick demonstration, format the output of mountmount | column -t
column还有很多其他复杂的选择。
man column有关详细信息。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)