Pario TechnoBlob
About
Posts
Tag: column
Show mounted partitions with a nice layout
This command shows the result of a mount command in a nice table layout # mount | column -t Result /dev/sda1 on / type ext4 (rw,errors=remount-ro) /dev/sda2 on /home type ext4...
Align output from commands using column
The column command is a little shell command that makes it easy to print the results in a aligned fashion. Example 1 /dev/mapper/vg0-root on / type ext3 (rw,errors=remount-ro)...