“排序”命令限制为每行65535个字符有什么好的解决方法?

时间:2012-06-04 21:32:58

标签: shell sorting command-line cmd unix

以下是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版本。

0 个答案:

没有答案