1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

tail: Add gnu's warning when following stdin is ineffective. If no pid support set to 0 in Observer.

This commit is contained in:
Joining7943 2022-11-05 12:05:39 +01:00
parent d57545d09c
commit 2dc8a1b55e
6 changed files with 37 additions and 16 deletions

1
Cargo.lock generated
View file

@ -2984,6 +2984,7 @@ dependencies = [
name = "uu_tail"
version = "0.0.16"
dependencies = [
"atty",
"clap",
"libc",
"memchr",