Get less to be truly more
I just found out that less can show information in containers and advanced documents like pdf and doc.
Just execute this in your terminal:
echo 'eval "$(lesspipe)"' >> ~/.bash_profile
Now try to view a pdf or a doc file.
(docx doesn't work unfortunately.)

