Skip to content

Commit ff73bd1

Browse files
committed
updated README.md
1 parent 9ed607c commit ff73bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Environment variables are supported for convenience and also to hide credentials
187187
- ```xml_diff.pl``` / ```hadoop_config_diff.pl``` - tool to help find differences between XML / Hadoop configs, can diff XML from HTTP addresses to diff live running clusters
188188
- ```titlecase.pl``` - capitalizes the first letter of each input word in files or stdin
189189
- ```pdf_to_txt.pl``` - converts PDF to text for analytics (see also [Apache PDFBox](https://pdfbox.apache.org/) and pdf2text unix tool)
190-
- ```java_show_classpath.pl``` - shows java classpaths of a running Java program in a sane way
190+
- ```java_show_classpath.pl``` - shows Java classpaths, one per line, of currently running Java programs
191191
- ```flock.pl``` - file locking to prevent running the same program twice at the same time. RHEL 6 now has a native version of this
192192
- ```uniq_order_preserved.pl``` - like `uniq` but you don't have to sort first and it preserves the ordering
193193
- ```colors.pl``` - prints ASCII color code matrix of all foreground + background combinations showing the corresponding terminal escape codes to help with tuning your shell

0 commit comments

Comments
 (0)