command to layout tab separated list nicely
51
votes
7
answers
35841
views
Sometimes, I'm getting as an input tab separated list, which is not quite aligned, for instance
var1 var2 var3
var_with_long_name_which_ruins_alignment var2 var3
Is there an easy way to render them aligned?
var1 var2 var3
var_with_long_name_which_ruins_alignment var2 var3
Asked by Elazar Leibovich
(3321 rep)
Feb 20, 2011, 08:45 AM
Last activity: Oct 17, 2022, 06:02 PM
Last activity: Oct 17, 2022, 06:02 PM