MAN page from RedHat Other textutils-1.22-1.1.i386.rpm
TAC
Section: User Commands (1)
Updated: GNU Text Utilities
Index NAME
tac - concatenate and print files in reverse
SYNOPSIS
tac[-br] [-s separator] [--before] [--regex] [--separator=separator][--help] [--version] [file...]
DESCRIPTION
This documentation is no longer being maintained and may be inaccurateor incomplete. The Texinfo documentation is now the authoritative source.
This manual pagedocuments the GNU version oftac.taccopies each given file, or the standard input if none are given orwhen a file name of `-' is encountered, to the standard output withthe order of the records reversed. The records are separated byinstances of a string, or a newline if none is given. By default, theseparator string is attached to the end of the record that it followsin the file.
OPTIONS
- -b, --before
- The separator is attached to the beginning of the record that itprecedes in the file.
- -r, --regex
- The separator is a regular expression.
- -s string, --separator=string
- Usestringas the record separator.
- --help
- Print a usage message and exit with a status code indicating success.
- --version
- Print version information on standard output then exit.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
This document was created byman2html,using the manual pages.