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:
parent
92a1f1422e
commit
664c7a6ec5
4 changed files with 152 additions and 6 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3051,6 +3051,7 @@ version = "0.0.7"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"memchr 2.4.0",
|
||||
"regex",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue