From owner-man-jp-reviewer@jp.freebsd.org  Sun Nov 22 04:47:17 1998
Received: by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) id EAA28890;
	Sun, 22 Nov 1998 04:47:17 +0900 (JST)
	(envelope-from owner-man-jp-reviewer@jp.FreeBSD.org)
Received: from mail.yk.rim.or.jp (root@mail.yk.rim.or.jp [202.247.130.37])
	by jaz.jp.freebsd.org (8.9.1+3.1W/8.7.3) with ESMTP id EAA28881
	for <man-jp-reviewer@jp.freebsd.org>; Sun, 22 Nov 1998 04:47:14 +0900 (JST)
	(envelope-from k-horik@yk.rim.or.jp)
Received: from localhost (ppp433.yk.rim.or.jp [202.247.165.133])
	by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id EAA24084
	for <man-jp-reviewer@jp.freebsd.org>; Sun, 22 Nov 1998 04:47:12 +0900 (JST)
To: man-jp-reviewer@jp.freebsd.org
In-Reply-To: Your message of "Tue, 17 Nov 1998 08:25:08 +0900"
	<199811162325.IAA19613@earth.wave.ie.niigata-u.ac.jp>
References: <199811162325.IAA19613@earth.wave.ie.niigata-u.ac.jp>
X-Mailer: Mew version 1.93 on Emacs 19.28 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <19981122044631L.k-horik@yk.rim.or.jp>
Date: Sun, 22 Nov 1998 04:46:31 +0900
From: Kazuo Horikawa <k-horik@yk.rim.or.jp>
X-Dispatcher: imput version 980905(IM100)
Lines: 35
Reply-To: man-jp-reviewer@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+981115
X-Sequence: man-jp-reviewer 701
Subject: [man-jp-reviewer 701] Re: (check) re_format.7
Errors-To: owner-man-jp-reviewer@jp.freebsd.org
Sender: owner-man-jp-reviewer@jp.freebsd.org
X-Originator: k-horik@yk.rim.or.jp

 $BKY@n$G$9!#(B

 $B$4;29M!#(B

> $B$o$-$?!w?73cBg3X$G$9!%(B
> 
> $B!V(B[man-jp-reviewer 685] (check) re_format.7$B!W!J(B11/17 07:51JST $B$KEjH!!K$G!$(B
> $B!V(Bvanitas@ma3.seikyou.ne.jp$B!W$5$s$O0J2<$N$h$&$K=q$-$^$7$?!#(B
> 
> > $B6b$sED$G$9!#(B
> >   
> >  $B@55,I=8=$r2r@b$7$?(B re_format.7 $B$N%A%'%C%/$G$9!#(B
> > 
> > $B!&(Bbound$B!VHO0O(B/$BNN0h!W!J(Ba{1,5}$B$_$?$$$J$b$N!K!"(B
 $B$3$C$A$O!"(B3.0-RELEASE $B$N(B awk.1 $B$K$h$k$H(B interval expression $B$H$J$C$F(B
$B$$$^$9!#(B
       r{n}
       r{n,}
       r{n,m}     One or two  numbers  inside  braces  denote  an
                  interval expression.  If there is one number in
                  the braces, the preceding regexp r is  repeated
                  n times.  If there are two numbers separated by
                  a comma, r is repeated n to m times.  If  there
                  is  one  number  followed by a comma, then r is
                  repeated at least n times.
                  Interval  expressions  are  only  available  if
                  either --posix or --re-interval is specified on
                  the command line.
 $BK]Lu$G$O!V%$%s%?!<%P%kI=8=!W$H$7$F$"$j$^$9!#(B($B!V4V3VI=8=!W$G$OJ,$+$i$J(B
$B$$$H;W$C$?$N$H!"(BHP-UX $B$NF|K\8l%^%K%e%"%k(B(regexp $B$@$C$?$+$J!)(B)$B$G$b!V%$(B
$B%s%?!<%P%kI=8=!W$H$J$C$F$$$?$N$KJo$C$?$?$a(B)

 {m,n} $B$r(B interval expression $B$H8F$V$N$O!"(BPOSIX $BMQ8l$J$s$G$7$g$+!)(B
--
$BKY@nOBM:(B
