Want a linux/ unix script that will tell me max characters in any line in a directory tree.
So I can specify a root folder. It walks down it and processes files with some mask (like *.java
) - a find command ... and then keeps the max characters in a line in a var and prints that.
I saw this question but i wanted the maximum only without having to copy to spread sheet or other processing.
Dont want specific characters want to consider all characters.