fmt
fmt
command is for formatting and optimizing contents in text files. It will be really usefull when it comes to beautify large text files by setting uniform column width and spaces.
It has the following syntax: $ fmt [-width] [option] [file]
e.g. $ fmt file.txt
Visit the following resources to learn more: