On 16 September 2013 15:43, Aaron Davies <adavie...@me.com> wrote: > Are there any tools for formatting character-delimited, columnar > files (csv, tab-separated, etc.) for easy viewing? I'm looking for > something that will work out the proper width for each column and use > that to output the file in space-padded, fixed-width format.
A command from util-linux package might suitable for purpose you are after. column -s, -t example.csv -- Sami Kerola http://www.iki.fi/kerolasa/