[Linux] df輸出換行
linux df輸出有時候會發生換行
[root@oracle6 ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_oracle6-lv_root
51606140 47447392 1537308 97% /
tmpfs 1962952 1028432 934520 53% /dev/shm
/dev/sda1 495844 37911 432333 9% /boot
/dev/mapper/vg_oracle6-lv_home
150309116 51456088 91217676 37% /home
加上-P引數就可以顯示在一行
[root@oracle6 ~]# df -P
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/mapper/vg_oracle6-lv_root 51606140 47447392 1537308 97% /
tmpfs 1962952 1028432 934520 53% /dev/shm
/dev/sda1 495844 37911 432333 9% /boot
/dev/mapper/vg_oracle6-lv_home 150309116 51456088 91217676 37% /home
[root@oracle6 ~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_oracle6-lv_root
51606140 47447392 1537308 97% /
tmpfs 1962952 1028432 934520 53% /dev/shm
/dev/sda1 495844 37911 432333 9% /boot
/dev/mapper/vg_oracle6-lv_home
150309116 51456088 91217676 37% /home
加上-P引數就可以顯示在一行
[root@oracle6 ~]# df -P
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/mapper/vg_oracle6-lv_root 51606140 47447392 1537308 97% /
tmpfs 1962952 1028432 934520 53% /dev/shm
/dev/sda1 495844 37911 432333 9% /boot
/dev/mapper/vg_oracle6-lv_home 150309116 51456088 91217676 37% /home
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1992715/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [Shell] linux df 輸出內容格式化Linux
- Python 輸出不換行Python
- C# 的輸入輸出,(同一行/換行)C#
- python輸出時如何換行Python
- python輸出如何不換行?Python
- PhpWord 如何輸出換行符到 word?PHP
- Linux - df命令Linux
- git 輸入換行Git
- Linux基礎命令—dfLinux
- Linux基礎命令---dfLinux
- Linux df命令詳解Linux
- Linux精講——df命令Linux
- Java輸出流在txt檔案中的換行控制Java
- windows批處理之六-echo輸出不換行Windows
- linux 命令之du與dfLinux
- Linux輸入輸出重定向Linux
- linux之shell 輸入輸出Linux
- Linux xargs將輸出資料流轉換成命令引數Linux
- linux--輸入輸出重定向Linux
- 關於Linux bash shell 輸入、輸出和錯誤輸出Linux
- linux df -h卡頓問題(卡住)Linux
- 如何把檔案輸出流替換成位元組輸出流
- 字串中大小寫轉換輸出字串
- Linux 重定向輸出Linux
- Linux 轉換換行符Linux
- linux中的輸入與輸出管理(重定向輸入,輸出,管道符)Linux
- Linux下的輸入/輸出重定向Linux
- 執行df -h卡住的問題
- Linux shell之列印輸出Linux
- linux vmstat輸出方法解析Linux
- 轉:Linux輸入輸出錯誤重定向Linux
- df命令
- 每天一個 Linux 命令(33):df 命令Linux
- 02-Tcl輸出、賦值與替換賦值
- SQLPLUS執行輸出SQL
- linux 中實現資料按照指定行號順序輸出Linux
- Linux下輸出excel檔案LinuxExcel
- Linux 基礎教程 40-df和du命令Linux