当前位置: 技术问答>linux和unix
怎样只使用unix的标准工具找出一个文本文件的最长的一行?
来源: 互联网 发布时间:2015-09-18
本文导语: 怎样只使用unix的标准工具找出一个文本文件的最长的一行?sort命令只提供按字母排序。 有哪个工具可以很快找出一个形如下面文件的最长行? #这是文本文件longest.txt的内容: This is a short line. This is another short ...
怎样只使用unix的标准工具找出一个文本文件的最长的一行?sort命令只提供按字母排序。
有哪个工具可以很快找出一个形如下面文件的最长行?
#这是文本文件longest.txt的内容:
This is a short line.
This is another short line.
This is the longest line in the whole file.
This line is relatively shorter.
This is the end of the file.
有哪个工具可以很快找出一个形如下面文件的最长行?
#这是文本文件longest.txt的内容:
This is a short line.
This is another short line.
This is the longest line in the whole file.
This line is relatively shorter.
This is the end of the file.
|
写一个程序来得多快,C程序设计语言(Kernighan)就有你的例子