以下の内容はhttps://yohei-a.hatenablog.jp/entry/20100324/1269429337より取得しました。


Java アプリケーションのログから発生した Exception の回数を集計する Perl ワンライナー

perl -wnle 'BEGIN{%h=();}/([a-zA-Z]*Exception)/ and $h{$1}++;END{map{print "$_:$h{$_}"} sort keys %h;}' *


実行結果

...
ConversionException:2
Exception:2
FileUploadException:2
IOException:674
IllegalArgumentException:10
IllegalStateException:30
IndexOutOfBoundsException:6
...



以上の内容はhttps://yohei-a.hatenablog.jp/entry/20100324/1269429337より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14