Manual Page Result
0
Command: tac | Section: 1 | Source: NetBSD | File: tac.1
TAC(1) FreeBSD General Commands Manual TAC(1)
NAME
tac - display file in reverse
SYNOPSIS
tac [file ...]
DESCRIPTION
tac (cat backwards) outputs the contents of each of the specified files,
or the standard input if no files are specified, in reverse line order to
the standard output.
EXIT STATUS
The tac utility exits 0 on success, and >0 if an error occurs.
COMPATIBILITY
The tac utility doesn't support any of the options of GNU tac.
SEE ALSO
cat(1), tail(1)
FreeBSD 14.1-RELEASE-p8 June 20, 2020 FreeBSD 14.1-RELEASE-p8