@@ -159,6 +159,7 @@ CPU usage calculation control:
159159
160160Miscellaneous:
161161 -h , --help display this help and exit.
162+ -V, --version display version information and exit.
162163` ` `
163164
164165# ## 示例
@@ -210,7 +211,7 @@ $ show-busy-java-threads
210211
211212# ## 贡献者
212213
213- - [silentforce](https://github.com/silentforce)改进此脚本,增加对环境变量` JAVA_HOME` 的判断。 [# 15](https://github.com/oldratlee/useful-scripts/pull/15)
214+ - [silentforce](https://github.com/silentforce) 改进此脚本,增加对环境变量` JAVA_HOME` 的判断。 [# 15](https://github.com/oldratlee/useful-scripts/pull/15)
214215- [liuyangc3](https://github.com/liuyangc3)
215216 - 发现并解决` jstack` 非当前用户` Java` 进程的问题。 [# 50](https://github.com/oldratlee/useful-scripts/pull/50)
216217 - 优化性能,通过` read -a` 简化反复的` awk` 操作。 [# 51](https://github.com/oldratlee/useful-scripts/pull/51)
@@ -273,6 +274,7 @@ Examples:
273274 show-duplicate-java-classes -J path/to/lib_dir1
274275
275276Options:
277+ --version show program's version number and exit
276278 -h, --help show this help message and exit
277279 -L, --recursive-lib search jars in the sub-directories of lib dir
278280 -J, --recursive-jar search jars in the jar file
@@ -409,7 +411,7 @@ Find in 232 class paths:
409411
410412# ## 贡献者
411413
412- [tgic](https://github.com/tg123)提供此脚本。友情贡献者的链接 [commandlinefu.cn](http://commandlinefu.cn/) | [微博linux命令行精选](http://weibo.com/u/2674868673)
414+ [tgic](https://github.com/tg123) 提供此脚本。友情贡献者的链接 [commandlinefu.cn](http://commandlinefu.cn/) | [微博linux命令行精选](http://weibo.com/u/2674868673)
413415
414416< a id= " beer-find-in-jarssh" >< /a>
415417< a id= " beer-find-in-jars" >< /a>
@@ -493,6 +495,7 @@ Output control:
493495
494496Miscellaneous:
495497 -h, --help display this help and exit
498+ -V, --version display version information and exit
496499```
497500
498501注意,Pattern缺省是`grep`的 **扩展**正则表达式。
0 commit comments