diff options
author | Elliott Hughes <enh@google.com> | 2020-12-03 16:38:26 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-12-07 00:46:54 -0600 |
commit | 50d8ed89b1e02917e83a33b3d62f465192dd500f (patch) | |
tree | e4a6d1fccb19b58b8d4adf162e5450380e53ca12 /toys/lsb/passwd.c | |
parent | ed3d5eb0eaf74e6686bc2576b2c4d5a5343dfd57 (diff) | |
download | toybox-50d8ed89b1e02917e83a33b3d62f465192dd500f.tar.gz |
sed: add 'x' flag to the 's' command.
The GNU tar manual, when talking about the `tar --transform` option that I
need to implement, describes the 'x' flag by saying "regexp is an extended
regular expression (see section 'Extended regular expressions' in GNU sed)".
Only it turns out that even the latest GNU sed doesn't actually have
that flag. It's unique to `tar --transform`. That link is just telling
you that the sed manual will explain extended regular expressions, not
that GNU sed also supports the 'x' flag.
So I don't know whether we want this in toybox sed after all. (It made
sense that sed would have such a flag, but no sed that I know of
actually does.)
Diffstat (limited to 'toys/lsb/passwd.c')
0 files changed, 0 insertions, 0 deletions