mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
197 B
197 B
按行统计输出结果
通过 jad demo.MathGame main{{execute T2}} 输出 demo.MathGame{{}} 类的 main{{}} 方法
计算输出结果行数 jad demo.MathGame main | wc -l{{execute T2}}