column 格式输出 格式化输出 默认好像是按照空格来格式化。 mount |column -t 指定文件中每行的分隔符分号,然后格式化输出。 cat /etc/passwd |column -s ’:’ -t