← Back to team overview

ubuntu-server-tips team mailing list archive

[Bug 413100] Re: Unmush mount output

 

Proposed rewrite:
The column rewrite allows you to format neatly output.  ex: 'mount | column -t' will reformat mount's messy output.  See 'man column' for more info.

** Changed in: ubuntu-server-tips
       Status: New => Confirmed

-- 
Unmush mount output
https://bugs.launchpad.net/bugs/413100
You received this bug notification because you are a member of Ubuntu
Server Tips, which is subscribed to Ubuntu Server Tips.

Status in Ubuntu Server Tips: Confirmed

Bug description:
The Linux mount command has output that is quite messy.  Improve the situation with a simple alias:

alias mount='/bin/mount | column -t'