bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tac --separator


From: Erkan Yanar
Subject: tac --separator
Date: Mon, 4 Feb 2008 13:23:43 +0100
User-agent: slrn/0.9.8.1 (Debian)

#v+
$ tac --version
tac (GNU coreutils) 5.97
#v-

#v+
$ echo -e "a\nb\nc d"| tac 
c d
b
a
#v-

Thats ok.

#v+
$ echo -e "a b c d"| tac  --separator=" " 
d
c b a
#v-

Why is tac only using the first space as separator?


tschazu
erkan


-- 
über den grenzen muß die freiheit wohl wolkenlos sein 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]