$NetBSD: patch-ab,v 1.2 2016/03/05 15:08:30 bsiegert Exp $ Add man page --- /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 . + +.SH "SEE ALSO" +.BR fastjar(1) + +.I http://sourceforge.net/projects/fastjar + +.SH AUTHOR +Bryan Burns +.br +Cory Jon Hollingsworth + +This man-page was written by Jan Schaumann as part of "The Missing +Man Pages Project". Please see \fIhttp://www.netmeister.org/misc/m2p2/index.html\fR +for details.