Help more people learn by sharing this post!

Column formatting

Here is a quick tip on how to make the output of some tools prettier, for example we can use the mount command which by default looks like this:

Using the column command with the -t option we can apply some formatting so it is more readable:

Much better, isn’t it? Man page for the column command: http://man7.org/linux/man-pages/man1/column.1.html