THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#213 - Avoid excessive line lengths
User who did this - Bernd Flemisch (bernd)
----------
One possibility to obtain the maximum line lengths of each file is:
find . -name \'*.[ch][ch]\' -type f -exec awk \' { if ( length > L ) {
L=length} }END{ if ( L > 100) print L \": {} \" }\' {} \\; >lengths.txt
and then order it by
sort -r lengths.txt
----------
More information can be found at the following URL:
http://www.dumux.org/flyspray/index.php?do=details&task_id=213#comment396
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux