Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法fmt输出格式化为多列的文本(在手册页中似乎没有任何内容,所以我对此表示怀疑)?如果没有,是否有类似fmt但可以输出多列文本的命令?
fmt
你在找pr所以基本上
pr
fmt -35 < file | pr -2 -T
检查手册页以微调选项