We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c50c9c commit c787ebbCopy full SHA for c787ebb
find-in-jars.sh
@@ -3,9 +3,9 @@
3
# Find file in the jar files under current directory
4
#
5
# @Usage
6
-# $ find-in-jars.sh log4j\\.xml
7
-# $ find-in-jars.sh 'log4j\.properties'
8
-# $ find-in-jars.sh 'log4j\.properties|log4j\.xml'
+# $ find-in-jars.sh log4j\\.xml
+# $ find-in-jars.sh 'log4j\.properties'
+# $ find-in-jars.sh 'log4j\.properties|log4j\.xml'
9
10
# @author Jerry Lee
11
show-busy-java-threads.sh
@@ -3,7 +3,7 @@
# Find the High cpu consume thread of java, and print the stack of these threads.
-# $ ./show-busy-java-threads.sh
+# $ ./show-busy-java-threads.sh
0 commit comments