Hello,
I'd like to be able to parse date and times out of a log file. Currently they're in the following format:
"02/Jun/2009:14:38:50" but i'd like to separate them in different columns using something available from a linux command line so that the resulting output looks as follows:
"02/Jun/2009" "14:38:50"
could someone please shed some light as to how this can be done?
Regards