1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

tail: implement --pid. Closes #846.

Kudos to zHz for helping out with Windows API part.
This commit is contained in:
Alexander Batischev 2016-12-20 04:47:40 +03:00
parent 2660bb4fc3
commit f2166fed0a
8 changed files with 205 additions and 2 deletions

2
Cargo.lock generated
View file

@ -942,8 +942,10 @@ name = "tail"
version = "0.0.1"
dependencies = [
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]