[Bug 224498] ls -lh dose not display properly around 1MB, 1GB, ...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 21 17:14:25 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224498

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
Confirmed on CURRENT (August 28, 2017):

$ touch test1m test1g
$ truncate -s1023500 test1m
$ truncate -s1023500k test1g
$ ls -lhtr
...
-rw-r--r--   1 conrad  conrad   1000 Dec 21 09:09 test1g
-rw-r--r--   1 conrad  conrad   1000 Dec 21 09:09 test1m

Also observed the same behavior on CURRENT from yesterday (December 20, 2017),
r326983.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list