[20120612]linux的cloumn命令.txt
昨天看別人操作linux,發現column的一個用法:
明顯這樣不是很好看.
效果就好多了.
# mount
/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda2 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw,size=3G)
/dev/sda6 on /u01 type ext3 (rw)
/dev/sdb1 on /data type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
明顯這樣不是很好看.
# mount | column -t
/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda2 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw,size=3G)
/dev/sda6 on /u01 type ext3 (rw)
/dev/sdb1 on /data type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
效果就好多了.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-732517/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20120612]函式索引中使用substr函式.txt函式索引
- [20170705]理解linux su命令.txtLinux
- [20120608]linux的kill命令.txtLinux
- [20160902]簡單探究linux的free命令.txtLinux
- [20190411]linux stat 命令疑問.txtLinux
- [20121121]關於linux下history命令.txtLinux
- [20131210]linux screen 命令共享會話.txtLinux會話
- [20160405]bbed的assign命令.txt
- 常用find命令與xargs.txt
- [20190301]簡單測試linux fsfreeze命令.txtLinux
- [20171206]關於一些linux命令使用注意.txtLinux
- [20140411]windows的forfiles命令.txtWindows
- Linux的stat命令Linux
- linux 的cp命令Linux
- linux的awk命令Linux
- 用到的linux命令Linux
- Linux的xargs命令Linux
- 好玩的linux命令Linux
- 常用的linux命令Linux
- 收集 Linux 命令列執行的命令Linux命令列
- Linux命令—–CP命令Linux
- 【Linux命令】grep命令Linux
- Linux命令--ps命令Linux
- [20210304]bbed的assign命令.txt
- [20130416]seq命令.txt
- tree和dir命令方便檔案整理txt
- 精通 Linux 的 ls 命令Linux
- 常見的linux命令Linux
- Linux:“awk”命令的妙用Linux
- linux的test命令(轉)Linux
- Linux grep命令的使用Linux
- DBA常用的linux命令Linux
- 我常用的Linux命令Linux
- 精通 Linux 的 “kill” 命令Linux
- linux上傳的命令Linux
- Linux下的svn命令Linux
- 實用的Linux命令Linux
- Linux lastb命令的使用LinuxAST