[colug-432] Nice Plain Text Columns and Avoiding NIH: expand: not
Eric Floehr
eric at intellovations.com
Mon Aug 8 10:26:16 EDT 2011
Wow, TIL about the "column" command. BSD/GNU/Linux continues to impress :-).
-Eric
On Mon, Aug 8, 2011 at 10:14 AM, Richard Holbert <holbert.13 at osu.edu> wrote:
> Will this work?
>
> cat foo.txt | column -t
>
> Or, if you want to specify the delimiter:
>
> cat foo.txt | column -t -s $','
>
> References:
> http://unix.stackexchange.com/questions/7698/command-to-layout-tab-separated-list-nicely
> man column
> _______________________________________________
> colug-432 mailing list
> colug-432 at colug.net
> http://lists.colug.net/mailman/listinfo/colug-432
>
>
More information about the colug-432
mailing list