You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ Environment variables are supported for convenience and also to hide credentials
187
187
-```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
188
188
-```titlecase.pl``` - capitalizes the first letter of each input word in files or stdin
189
189
-```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 classpathsof a running Java program in a sane way
190
+
-```java_show_classpath.pl``` - shows Java classpaths, one per line, of currently running Java programs
191
191
-```flock.pl``` - file locking to prevent running the same program twice at the same time. RHEL 6 now has a native version of this
192
192
-```uniq_order_preserved.pl``` - like `uniq` but you don't have to sort first and it preserves the ordering
193
193
-```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