|
basically what i want is for my output to be displayed in a table that has a border.
i am running a script that searches ip adresses from various files.
the files are displayed (using cat HITS) once they have been searched.
they are displayed from a file called HITS
they are displayed in a list like this when they are output:
adventure.hits:223.79.87.212 Tue Sep 05 02:19:02 GMT 2006
i want to be able to have this output placed in a table format with borders and headings for each column:
File / IP
Day
Month
Date
Time
Year
does this explain it a bit better?
|