Tabulated and sorted mount output mount | column -t | sort -V You can create an alias: alias mountc='mount | column -t | sort -V'