Commit Graph

1 Commits

Author SHA1 Message Date
Zoltan Somogyi
32efc77039 Add tools to find too-long lines.
tools/line_len_stats:
    A new script that computes and prints a histogram of the line lengths
    in the input given to it.

tools/find_long_lines:
    A new script that, when given a line length and a list of filenames,
    prints out the location of the lines in those files that are longer
    than the given line length.
2023-05-15 11:37:13 +10:00