History log of /netbsd-src/usr.bin/tail/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 9b177b90 01-Oct-2017 maya <maya@NetBSD.org>

Add arguments to tail:
-q: suppress filename headers when multiple files are used
-v: print filename headers even when only one file is used

head already supports the same arguments, which origi

Add arguments to tail:
-q: suppress filename headers when multiple files are used
-v: print filename headers even when only one file is used

head already supports the same arguments, which originated in GNU head.
GNU tail also has the same flags.


Add tac, a hard link to 'tail -rq'.
Prints a file in reverse line order.

Similar to GNU tac, but lacking any options.

Add accompanying documentation.

show more ...


# ae646d0e 23-Nov-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# 75ff3a90 30-Jul-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# aa97860f 30-Apr-1993 glass <glass@NetBSD.org>

tail from ftp.uu.net:bsd-sources integrated