bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tail --recursive


From: Simon Windows
Subject: tail --recursive
Date: Thu, 13 Nov 2008 22:36:20 +1030
User-agent: Thunderbird 2.0.0.17 (X11/20081013)

G'day

I've modified tail so that it can recurse through directories and tail
all the files it finds. When used with the --forever option it will also
monitor any new files or directories that are created in the directories
being monitored.

How would I go about submitting these changes?

I've attached a modified version of tail.c from coreutils-6.12.The
changes are fairly small but will look a lot bigger in a diff as I've
split tail_forever() into two functions so it can be called recursively.

Regards

Simon





reply via email to

[Prev in Thread] Current Thread [Next in Thread]