From 0fc3177ed24623ca4204fa54f901ef6a182cc8b8 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 8 Jun 2006 09:27:38 +0000 Subject: [PATCH 1/1] Update --- doc/tar.texi | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/doc/tar.texi b/doc/tar.texi index d76ec51..221d128 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -6932,7 +6932,7 @@ replacement for each file name part that matches @var{regexp}. Both @var{regexp} and @var{replace} are described in detail in @ref{The "s" Command, The "s" Command, The `s' Command, sed, GNU sed}. -The supported @var{flags} are: +Supported @var{flags} are: @table @samp @item g @@ -6946,6 +6946,17 @@ Use case-insensitive matching @var{regexp} is an @dfn{extended regular expression} (@pxref{Extended regexps, Extended regular expressions, Extended regular expressions, sed, GNU sed}. + +@item @var{number} +Only replace the @var{number}th match of the @var{regexp}. + +Note: the @var{posix} standard does not specify what should happen +when you mix the @samp{g} and @var{number} modifiers. @GNUTAR{} +follows the GNU @command{sed} implementation in this regard, so +the the interaction is defined to be: ignore matches before the +@var{number}th, and then match and replace all matches from the +@var{number}th on. + @end table Any delimiter can be used in lieue of @samp{/}, the only requirement being -- 2.44.0