aaf6bdd9eb
author). While we're at it, upgrade to version 0.93, and add a manpage for grepjar, which is now part of this package. Changes since 0.90: Improved support for other Unix platforms. Now works on Solaris, AIX, True 64, and HP-UX. Hopefully resolved all big endian problems. Fixed bug in update which caused it to skip openning update file Changs since 0.92: Integrated GNU gcc patches to mainline fastjar codebase. Should compile on more platforms. Ignore nutty errors.
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
$NetBSD: patch-ab,v 1.1 2002/12/14 04:34:40 jschauma Exp $
|
|
|
|
--- /dev/null Fri Dec 13 23:11:57 2002
|
|
+++ grepjar.1 Fri Dec 13 23:21:48 2002
|
|
@@ -0,0 +1,53 @@
|
|
+.TH GREPJAR 1 "December 14, 2002" grepjar "Java User's Manual"
|
|
+.SH NAME
|
|
+grepjar \- search files in a jar file for a pattern
|
|
+
|
|
+.SH SYNOPSIS
|
|
+.B grepjar
|
|
+[\fIOPTIONS\fR] <\fI-e REGEX | REGEX\fR> \fIfiles\fR...
|
|
+
|
|
+.SH DESCRIPTION
|
|
+As the name suggests, \fBgrepjar\fR searches files in a jar file for a
|
|
+regular expression pattern.
|
|
+
|
|
+.SH OPTIONS
|
|
+A summary of the options supported by \fBgrepjar\fR is included below.
|
|
+
|
|
+.TP
|
|
+.B \-b
|
|
+Print byte offset of match.
|
|
+.TP
|
|
+.B \-c
|
|
+Print number of matches.
|
|
+.TP
|
|
+.B \-i
|
|
+Compare case-insensitively.
|
|
+.TP
|
|
+.B \-n
|
|
+Print line number of each match.
|
|
+.TP
|
|
+.B \-s
|
|
+Suppress error messages.
|
|
+.TP
|
|
+.B \-w
|
|
+Match only whole words.
|
|
+
|
|
+.SH VERSION
|
|
+0.93
|
|
+
|
|
+.SH BUGS
|
|
+Please mail any bug reports to <toast@users.sourceforge.net>.
|
|
+
|
|
+.SH "SEE ALSO"
|
|
+.BR fastjar(1)
|
|
+
|
|
+.I http://sourceforge.net/projects/fastjar
|
|
+
|
|
+.SH AUTHOR
|
|
+Bryan Burns <toast@users.sourceforge.net>
|
|
+.br
|
|
+Cory Jon Hollingsworth
|
|
+
|
|
+This man-page was written by Jan Schaumann <jschauma@netmeister.org> as part of "The Missing
|
|
+Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.html\fR
|
|
+for details.
|