how to find longest line in a file
Tuesday, September 28th, 2010Regularly I work with large CSV files and on one occasion had a need to figure out which line was the longest in the file. Of course there should be a one-liner bash script that can do this for us. I started here but none of the posted solutions did exactly what I want. So [...]


