1TAC(1)                           User Commands                          TAC(1)
2
3
4

NAME

6       tac - concatenate and print files in reverse
7

SYNOPSIS

9       tac [OPTION]... [FILE]...
10

DESCRIPTION

12       Write  each FILE to standard output, last line first.  With no FILE, or
13       when FILE is -, read standard input.
14
15       Mandatory arguments to long options are  mandatory  for  short  options
16       too.
17
18       -b, --before
19              attach the separator before instead of after
20
21       -r, --regex
22              interpret the separator as a regular expression
23
24       -s, --separator=STRING
25              use STRING as the separator instead of newline
26
27       --help display this help and exit
28
29       --version
30              output version information and exit
31
32       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
33       Report tac translation bugs to <http://translationproject.org/team/>
34

AUTHOR

36       Written by Jay Lepreau and David MacKenzie.
37
39       Copyright © 2013 Free Software Foundation, Inc.   License  GPLv3+:  GNU
40       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41       This  is  free  software:  you  are free to change and redistribute it.
42       There is NO WARRANTY, to the extent permitted by law.
43

SEE ALSO

45       rev(1)
46
47       The full documentation for tac is maintained as a Texinfo  manual.   If
48       the info and tac programs are properly installed at your site, the com‐
49       mand
50
51              info coreutils 'tac invocation'
52
53       should give you access to the complete manual.
54
55
56
57GNU coreutils 8.22               October 2018                           TAC(1)
Impressum