The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-15-2008
amatuer_lee_3 amatuer_lee_3 is offline
Registered User
 

Join Date: May 2008
Posts: 53
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?
Reply With Quote