in reply to Remove unwanted chars and maintain table integrity

First load the file into an array, detecting the longest string in each column. Then use printf to print the output while setting the column width to detected maximal value.
  • Comment on Re: Remove unwanted chars and maintain table integrity