1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/src
Jan Scheer 942928b0ea tail: fix stdin redirect when file is not at its beginning
Previously, if stdin redirect pointed to a regular file,
tailing started at the beginning of the file. However,
tailing needs to start at the current position because this
is expected by tests/tail-2/start-middle.sh.

This fixes the issue by taking the current offset into account
while going backwards through the stdin redirected file.
2022-09-05 10:09:04 +02:00
..
bin Fix completion with a clap update 2022-08-17 13:13:27 +03:00
uu tail: fix stdin redirect when file is not at its beginning 2022-09-05 10:09:04 +02:00
uucore Clippy fixes in multiple crates 2022-08-23 18:30:43 -04:00
uucore_procs Clippy fixes in multiple crates 2022-08-23 18:30:43 -04:00