diff options
author | Bartosz Golaszewski <bartekgola@gmail.com> | 2013-10-14 20:11:55 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-10-16 15:02:50 +0200 |
commit | 64938011f3ba06a8f425926397172dc361bce851 (patch) | |
tree | d3e406ab6e54d9235b6f7e9e03534d3ef064260a /TODO | |
parent | 840ef17f63c85044c15d9a38a13c6539e26dfc31 (diff) | |
download | busybox-w32-64938011f3ba06a8f425926397172dc361bce851.tar.gz busybox-w32-64938011f3ba06a8f425926397172dc361bce851.tar.bz2 busybox-w32-64938011f3ba06a8f425926397172dc361bce851.zip |
tail compat: fix header printing for tail -f
Makes tail -f for multiple files display the header only if another (ie. not
currently displayed) file changed.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -127,11 +127,6 @@ patch | |||
127 | 127 | ||
128 | And while we're at it, a new patch filename quoting format is apparently | 128 | And while we're at it, a new patch filename quoting format is apparently |
129 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 | 129 | coming soon: http://marc.theaimsgroup.com/?l=git&m=112927316408690&w=2 |
130 | --- | ||
131 | tail | ||
132 | ./busybox tail -f foo.c~ TODO | ||
133 | should not print fmt=header_fmt for subsequent date >> TODO; i.e. only | ||
134 | fmt+ if another (not the current) file did change | ||
135 | 130 | ||
136 | Architectural issues: | 131 | Architectural issues: |
137 | 132 | ||