I'm looking for a simple way to find the longest line in a file. Ideally, it would be a simple bash shell command instead of a script.
|
1
|
|||
|
|
|
Here are references of the anwser
|
||||||||||
|
|
|
|
||||
|
|
|
For reference : Finding the longest line in a file |
||||
|
|
|
In perl:
this only prints the line, not its length too. |
||
|
|
|
|
Variation on the theme. This one will show all lines having the length of the longest line found in the file, retaining the order they appear in the source.
So myfile
will give
|
||
|
|
