How can I align the columns of tables in Bash?

Use the column command:

column -t -s' ' filename

Leave a Comment