Bash - output classified in columns

categories:

My friend Jonathan just passed me another nice CLI tip

Sometimes, some commands output are not really readable :

Example : $ mount

Readability can be improved by piping “mount” into the command “column”

$ mount | column -t

There are so many little useful commands like these under Linux, I wish I knew them all. Any other similar tips are welcomed !




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!