1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

tac: add support for --regex option to tac

Add support for `tac --regex`, where the line separator is interpreted
as a regular expression.
This commit is contained in:
Jeffrey Finkelstein 2021-08-01 11:19:44 -04:00
parent 92a1f1422e
commit 664c7a6ec5
4 changed files with 152 additions and 6 deletions

1
Cargo.lock generated
View file

@ -3051,6 +3051,7 @@ version = "0.0.7"
dependencies = [
"clap",
"memchr 2.4.0",
"regex",
"uucore",
"uucore_procs",
]