[Bug 10461] New: df -P -- columns not aligned with output

bugzilla at busybox.net bugzilla at busybox.net
Thu Oct 26 21:36:15 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=10461

            Bug ID: 10461
           Summary: df -P  -- columns not aligned with output
           Product: Busybox
           Version: 1.26.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: jds86930 at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

When running "df -P", the output of the header columns is not aligned with the
output rows in the same way that it is with running regular "df". This is also
inconsistent with how "df -P" works on non-busybox versions of "df".

The expected behavior is that each filesystem aligns as:
column 1 is left aligned to the column header
columns 2 through n-1 are right-aligned to their column header
column n is left aligned to the column header

The current behavior is that columns 2-n are not aligned with the filesystem
rows below.

This is an issue for me because I need to be able to scrape the output of "df
-P" & column alignment is an important part of consistently scraping the output
between busybox df & other versions of df.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list