Description:
Script tidies up the output of commands like "df" and "ls", where file and disk sizes allow bigger values than the format strings are expecting.
The script loads the standard input into an array, and looks for the maximum width of each column. It then prints out the array, using the maximum width in the formatting string.