You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Here is a "way" to do it.
My input file is:
[pierrick@plegall] ~/dev/tos/topics/topic1027 $ cat in.txt a b c a b d a b g d c a d c b e h i e k l
My output is:
Starting job topic1027 at 10:46 10/07/2007. .---------------------------. | tLogRow_1 | +---------+---------+-------+ | column1 | column2 | count | +---------+---------+-------+ | e | k | 1 | | e | h | 1 | | a | b | 3 | | d | c | 2 | '---------+---------+-------' Job topic1027 ended at 10:46 10/07/2007. [exit code=0]
Offline
I'm already try your solution but i got some problem. why the value of the other collom was lost?
i used mysql database. i want to store the result in table.
can u help me ?
thx n regrad
wow... thanks for your suggestion. I’ will try your suggestion.
thank you very much
Pages: 1