如何并排显示2个不同长度的未排序文本文件(在列中)在一个shell 给定one.txt和two.txt: $ cat one.txt apple pear longer line than the last two last line $ cat two.txt The quick brown fox.. foo bar linux skipped a line 显示: apple The quick brown fox.. pear foo longer line than the last two bar last line linux skipped a line paste …