1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-16 03:36:18 +00:00

Merge pull request #2695 from jhscheer/tail_notify

`tail` overhaul (--follow=name, etc.)
This commit is contained in:
Sylvestre Ledru 2022-06-07 12:05:16 +02:00 committed by GitHub
commit 0532c743f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 2922 additions and 203 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,35 @@
CHUNK(10)
vier
fuenf
sechs
sieben
acht
neun
zehn
elf
END(25)
START(0)
uno
dos
tres
quattro
cinco
seis
siette
ocho
nueve
diez
once
eins
zwei
drei
CHUNK(10)
vier
fuenf
sechs
sieben
acht
neun
zehn
elf
END(25)

25
tests/fixtures/tail/follow_name.txt vendored Normal file
View file

@ -0,0 +1,25 @@
START(0)
uno
dos
tres
quattro
cinco
seis
siette
ocho
nueve
diez
once
eins
zwei
drei
CHUNK(10)
vier
fuenf
sechs
sieben
acht
neun
zehn
elf
END(25)

View file

@ -0,0 +1,10 @@
CHUNK(10)
vier
fuenf
sechs
sieben
acht
neun
zehn
elf
END(25)