Outputting to table

I have information in a file called HITS. This file has been populated by the user entering search criteria.

the HITS file contains information:

filname.hits: 123.33.345.66 Fri Nov 26 11.45.56.43 GMT 2006

at the moment i am just displayin the information using cat HITS.

however, i want to be able to output this data into a table but have no idea how to ouput it.

any ideas/solutions/tips?

What kind of table? You could just import into Excel or something....?

please see my 'http://www.unix.com/shell-programming-scripting/65395-awk-output-issues.html' post.

I hope that it is explained better on that thread.