I want to get the output in the form
DATE/TIme FILENAME
May 2 05:14
www.log
The space between the time value and file name should be three tab spaces. if I try to use the command sed 's/ */ /g' then all the spaces are filled with tab spaces....how do I get the tab spaces just before the file name.