Linux Commands: Concatenate and write files in reverse
tac-Linux Command
tac
Concatenate and write files in reverse, copies each FILE (`-'
means standard input), or standard input if none are given, to standard output,
reversing the records (lines by default) in each separately
SYNTAX
tac [options]... [file]...
OPTIONS
-b
--before
The separator is attached to the beginning of the record that it
precedes in the file.
-r
--regex
Treat the separator string as a regular expression. Users of `tac'
on MS-DOS/MS-Windows should note that, since `tac' reads files in
binary mode, each line of a text file might end with a CR/LF pair
instead of the Unix-style LF.
-s SEPARATOR
--separator=SEPARATOR
Use SEPARATOR as the record separator, instead of newline.
"Records" are separated by instances of a string (newline by default).
By default, this separator string is attached to the end of the record that
it follows in the file.
Related Linux Bash commands:
cat - Display the contents of a file
comm - Compare two sorted files line by line
csplit - Split a file into context-determined pieces
paste - Merge lines of files
sort - Sort text files
split - Split a file into fixed-size pieces
Other Linux Commands:
alias ,
break ,
builtin ,
cal ,
case ,
cat ,
cd ,
cfdisk ,
chgrp ,
chmod ,
chown ,
chroot ,
cksum ,
cmp ,
comm ,
command ,
continue ,
cp ,
cron ,
crontab ,
csplit ,
cut ,
date ,
dc ,
dd ,
declare ,
df ,
diff ,
diff3 ,
dir ,
dircolors ,
dirname ,
dirs ,
du ,
echo ,
egrep ,
enable ,
env ,
eval ,
exec ,
expand ,
export ,
expr ,
factor ,
false ,
fdformat ,
fdisk ,
fgrep ,
find ,
fmt ,
fold ,
for ,
fsck ,
function ,
getopts ,
hash ,
hashcharacter ,
head ,
history ,
hostname ,
id ,
if ,
import ,
install ,
join ,
kill ,
less ,
let ,
ln ,
local ,
locate ,
logname ,
logout ,
lpc ,
lpr ,
lprm ,
ls ,
m4 ,
man ,
mbadblocks ,
mkdir ,
mkfifo ,
mknod ,
more ,
mount ,
mtools ,
mv ,
nice ,
nl ,
nohup ,
passwd ,
paste ,
period ,
popd ,
pr ,
printf ,
ps ,
pushd ,
pwd ,
quota ,
quotacheck ,
quotactl ,
ram ,
rcp ,
read ,
readonly ,
return ,
rm ,
rmdir ,
rsync ,
sdiff ,
sed ,
select ,
seq ,
set ,
shift ,
shopt ,
shutdown ,
sleep ,
sort ,
split ,
su ,
sum ,
symlink ,
sync ,
tac ,
tail ,
tar ,
tee ,
test ,
time ,
times ,
top ,
touch ,
tr ,
traceroute ,
true ,
tsort ,
tty ,
type ,
ulimit ,
umask ,
uname ,
unexpand ,
uniq ,
units ,
unset ,
unshar ,
until ,
useradd ,
usermod ,
users ,
uuencode ,
watch ,
wc ,
whereis ,
which ,
while ,
who ,
xargs ,
yes ,
Live2Support.com :