Date: Thu, 21 Dec 2017 17:14:24 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 224498] ls -lh dose not display properly around 1MB, 1GB, ... Message-ID: <bug-224498-8-cssBE38WdM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-224498-8@https.bugs.freebsd.org/bugzilla/> References: <bug-224498-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224498 Conrad Meyer <cem@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org --- Comment #1 from Conrad Meyer <cem@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, 201= 7), r326983. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224498-8-cssBE38WdM>