I have a file with an arbitrary number of non-aligned columns separated with whitespace.
I would like to align the columns of the file.
I've looked at the col
command, and it doesn't seem appropriate.
I could write an AWK script, but it seems like a more obvious command should exist.