calculates file's average line length
authorChris Koeritz <fred@gruntose.com>
Tue, 6 Apr 2021 21:16:29 +0000 (17:16 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 6 Apr 2021 21:16:29 +0000 (17:16 -0400)
commit60cdb45009a005639a51924a0e3a84893d14d967
tree1482bf4554b21617c6786f181ca99ca7ec19d8f1
parenta2b1ed6e1a541841d05729c8428226f1d4e015a0
calculates file's average line length

this produces a total that includes blank lines in the average and
another that excludes the blank lines.
scripts/text/average_line_length.sh [new file with mode: 0644]