A tac(1)-like written in AWK.
Go to file
styan 1036473125 Add missing EXIT STATUS section 2020-06-10 23:13:47 +00:00
LICENSE Initial commit 2020-05-17 05:14:59 +00:00
Makefile Initial commit 2020-05-17 05:14:59 +00:00
README Add missing EXIT STATUS section 2020-06-10 23:13:47 +00:00
tac.1 Add missing EXIT STATUS section 2020-06-10 23:13:47 +00:00
tac.sh Initial commit 2020-05-17 05:14:59 +00:00

README

TAC(1)			 General Commands Manual		  TAC(1)

NAME
     tac - print the input in reverse record order

SYNOPSIS
     tac [-b] [-s record-separator] [file ...]

DESCRIPTION
     The tac command concatnates the given file arguments and prints the
     records in reverse order

     The options are as follows:

     -b	     Print the record-separator before the record.

     -s record-separator
	     Set the record-separator.	(newline by default)

SEE ALSO
     awk(1), cat(1), rev(1)

EXIT STATUS
     The tac utility exits 0 on success, and >0 if an error occurs.

			      June 10, 2020