亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î} [´òÓ¡±¾í“(y¨¨)]

×÷Õß: biary    •r(sh¨ª)ég: 2005-09-06 14:11
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
ÔÚÑÐ×x¾«ÈAÙNµÄß^(gu¨°)³ÌÖУ¬°l(f¨¡)¬F(xi¨¤n)ÈçσÈ(n¨¨i)ÈÝ£º

If the group doesn't participate in a match, i.e., it is part of an
alternative not taken or a repetition operator allows zero
repetitions of it, then the back reference makes the whole match
fail. For example, `(one()|two())-and-(three\2|four\3)' matches
`one-and-three' and `two-and-four', but not `one-and-four' or
`two-and-three'. For example, if the pattern matches `one-and-',
then its group 2 matches the empty string and its group 3 doesn't
participate in the match. So, if it then matches `four', then
when it tries to back reference group 3--which it will attempt to
do because `\3' follows the `four'--the match will fail because
group 3 didn't participate in the match.

°Ù˼²»µÃÆä½â    £¬ÔÚSolaris bash­h(hu¨¢n)¾³ÖМy(c¨¨)ԇҲδµÃ½Y(ji¨¦)¹û£¬Õˆ(q¨«ng)´ó¼Ò?gu¨©)Íæ½âáŒÒ»Ï£¬¶àÖx¶àÖx£¡
# cat tmp
one-and-three
two-and-four
one-and-four
two-and-three
# grep '\(one\(\)|two\(\)\)-and-\(three\2|four\3\)' tmp
#
×÷Õß: waker    •r(sh¨ª)ég: 2005-09-06 14:34
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
grep -E '(one()|two())-and-(three\2|four\3)' tmp
×÷Õß: biary    •r(sh¨ª)ég: 2005-09-06 14:43
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
[quote]Ô­ÌûÓÉ "waker"]grep -E '(one()|two())-and-(three\2|four\3)' tmp[/quote °l(f¨¡)±í£º


ß@‚€(g¨¨)ÎÒÒ²Ô‡ß^(gu¨°)ÁË£¬Ò²ÊÇ›](m¨¦i)ÓÐÈκÎÝ”³ö½Y(ji¨¦)¹û£¬ÕæÆæ¹Ö£¡
×÷Õß: waker    •r(sh¨ª)ég: 2005-09-06 14:51
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
›](m¨¦i)ÓÐsunbox£¬ÔÚlinuxÏÂÊÇ¿ÉÒÔµÄGNU grep2.5.1
×÷Õß: biary    •r(sh¨ª)ég: 2005-09-06 14:59
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
[quote]Ô­ÌûÓÉ "waker"]›](m¨¦i)ÓÐsunbox£¬ÔÚlinuxÏÂÊÇ¿ÉÒÔµÄGNU grep2.5.1[/quote °l(f¨¡)±í£º


¹ûÈ»£¬ÖxÖxwaker¡£ÎÒÔÙ²é²ésolarisµÄman¡£ÁíÍ⣬oneºÍtwoºóÃæµÄ£¨£©ÊÇʲôÒâ˼ѽ£¿
×÷Õß: waker    •r(sh¨ª)ég: 2005-09-06 15:05
˜Ë(bi¨¡o)î}: êP(gu¨¡n)ÓÚback referenceµÄ†–(w¨¨n)î}
group 2 matches the empty string




šgÓ­¹âÅR Chinaunix (http://72891.cn/) Powered by Discuz! X3.2