DragonFly On-Line Manual Pages

Search: Section:  


TAC(1)                 DragonFly 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. The tac utility is a hard link to tail(1) and behaves as tail -rq.

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), rev(1), tail(1) DragonFly 5.9-DEVELOPMENT June 20, 2020 DragonFly 5.9-DEVELOPMENT

Search: Section: