I'd like to edit all text files under a certain directory that have one or more lines that are over a certain threshold in length. How can I do that?
To keep things simple, let's assume that all the text files in the directory and its subdirectories have the same file extension - let's say .java.
P.S. My editor of choice is emacs.
