Skip to content

Instantly share code, notes, and snippets.

@0x3333
Created March 15, 2018 12:21
Show Gist options
  • Select an option

  • Save 0x3333/feaedb4c5a1e255bb163e7196bf911c9 to your computer and use it in GitHub Desktop.

Select an option

Save 0x3333/feaedb4c5a1e255bb163e7196bf911c9 to your computer and use it in GitHub Desktop.
Tabulated mount output

Tabulated and sorted mount output

mount | column -t | sort -V

You can create an alias:

alias mountc='mount | column -t | sort -V'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment