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 -->
  #4 (permalink)  
Old 05-15-2008
Dave Miller's Avatar
Dave Miller Dave Miller is offline
Registered User
 

Join Date: Dec 2007
Location: Northern NJ, USA
Posts: 149
If you know html, it's not too hard to wrap the data with row and cell tags, and also insert the remainder of the page layout tags, so the resulting file will open with any browser, and look like a half-way decent table with lines.

A few years ago, I did something similar where I generated html code from a program I wrote in a freeware version of Basic of all things.
Reply With Quote