3

这是 Sort 命令的帮助功能的一个片段:

 /REC[ORD_MAXIMUM] characters Specifies the maximum number of characters
                         in a record (default 4096, maximum 65535).

这是我尝试对长行文件进行排序时出现的错误:

C:\Users\heqin\PIM2>cat Artist_Input.tsv | sort /REC 65535
Input record exceeds maximum length.  Specify larger maximum.

没有编写自定义脚本(例如在 Python 中)来处理这种情况,对行长超过 65535 的文件进行排序有什么好的解决方法?

澄清一下,我使用的是在 Windows 上运行的 Unix Utils 版本的“sort”。

4

0 回答 0