I have a log file in SUN Solaris 9 system, like this:
2011-06-16 18:30:59 abc 2011-06-16 18:31:00 def 2011-06-16 18:35:21 ghi 2011-06-16 18:40:15 jkl
And i want cut this string in separate line like this:
2011-06-16 18:30:59 abc
2011-06-16 18:31:00 def
2011-06-16 18:35:21 ghi
2011-06-16 18:40:15 jkl
I have other control character, because this file made for reading in a special log viewer. This character repeated in each same text string in this file (before date & time). I want to delete this character too.