![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| outputting data in table from grep results | Chillspark | Shell Programming and Scripting | 2 | 05-12-2008 11:21 AM |
| grep: outputting search strings | tapmas | Shell Programming and Scripting | 3 | 03-10-2008 12:58 AM |
| Help in outputting the result in log files | dave_nithis | Shell Programming and Scripting | 23 | 09-28-2007 04:44 AM |
| Outputting from two input files. | Liguidsoul | Shell Programming and Scripting | 5 | 04-09-2007 11:31 PM |
| Outputting a VMS quadword time in UNIX | davebrown | High Level Programming | 2 | 08-06-2004 12:03 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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? |
| Forum Sponsor | ||
|
|
|
|||
|
please see my 'Awk output issues.' post.
|