git: tail - Add -q option
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jun 7 11:42:34 PDT 2015
commit 7ddfdc28f29625a519aa6755e2982885629e6bf4
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jun 7 11:41:51 2015 -0700
tail - Add -q option
* Bring in the -q option from FreeBSD. This option masks the printing
of filename headers when tailing multiple files.
Taken-from: FreeBSD
Summary of changes:
usr.bin/tail/extern.h | 2 +-
usr.bin/tail/forward.c | 8 +++++---
usr.bin/tail/tail.1 | 5 +++++
usr.bin/tail/tail.c | 7 +++++--
4 files changed, 16 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ddfdc28f29625a519aa6755e2982885629e6bf4
--
DragonFly BSD source repository
More information about the Commits
mailing list