I'd like to find lines in my code which exceed a certain length. My code is in multiple files. What's a good way to do this?
I'd like to know the files and line numbers; content would be preferred, but not necessary. The purpose of the exercise is to then figure out how to break the lines (probably manually).
grep
), or as line numbers, or as something else (perhaps you want to apply another action on them)? Probably the most convenietn way to do this depends on what will be done with these lines next. – imz -- Ivan Zakharyaschev Mar 27 at 15:21