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

Merge pull request #2607 from jfinkels/tac-regex

tac: add support for --regex option to tac
This commit is contained in:
Michael Debertol 2021-09-13 18:12:57 +02:00 committed by GitHub
commit 5faa4c41db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 152 additions and 6 deletions

1
Cargo.lock generated
View file

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