Anonymous | Login | 2024-11-21 04:55 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Revisions: Issue #1058 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0001058: File system Summary table can be malformed | ||
Revision | 2013-03-26 11:35 by bchambers | ||
Description | Without -P flag, df may create a new line feed in order to preserve columns This screws up parsing. [root@server libraries]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_system-lv_root 5.5G 1.3G 3.9G 25% / tmpfs 499M 0 499M 0% /dev/shm /dev/sda1 485M 32M 428M 7% /boot |
||
Revision | 2013-03-26 11:31 by bchambers | ||
Description | With -P flag, df may create a new line feed in order to preserve columns This screws up parsing. [root@server libraries]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_system-lv_root 5.5G 1.3G 3.9G 25% / tmpfs 499M 0 499M 0% /dev/shm /dev/sda1 485M 32M 428M 7% /boot |