Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] coreutils patch for 'ls -l' of GB files
Date: Mon, 03 May 2004 18:56:18
Message-Id: 200405031456.20474.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] coreutils patch for 'ls -l' of GB files by Jason Cooper
1 On Thursday 29 April 2004 08:32 am, Jason Cooper wrote:
2 > ? Here is the output of my `ls -l` after creating 15 5k files w/ dd.
3 >
4 > This is with the unmodified version. It appears to be staying with
5 > eight chars width. What version of coreutils are you using? I'm using:
6
7 5.2.0
8 and i just checked it and it seems that gig-sized files are shown correctly
9 with 5.2.0
10 root@vapier 0 / # ls -lh | tail
11 drwxr-xr-x 2 root root 4.0K Feb 5 01:58 service
12 drwxr-xr-x 8 root root 0 Apr 27 22:10 sys
13 drwxrwxrwt 29 root root 12K May 3 14:56 tmp
14 drwxr-xr-x 18 root root 4.0K May 2 15:50 usr
15 drwxr-xr-x 19 root root 4.0K May 2 02:59 var
16 -rw-r--r-- 2 root root 2.2M May 2 04:30 vmlinuz
17 -rw-r--r-- 1 root root 1.3M Jul 2 2003 vmlinuz-2.4.21
18 -rw-r--r-- 2 root root 2.2M May 2 04:30 vmlinuz-2.6
19 -rw-r--r-- 1 root root 2.2M Apr 27 22:01 vmlinuz-2.6-work
20 -rw-r--r-- 1 root root 2.1M Apr 5 17:04 vmlinuz-2.6.3
21 root@vapier 0 / # ls -l | tail
22 drwxr-xr-x 2 root root 4096 Feb 5 01:58 service
23 drwxr-xr-x 8 root root 0 Apr 27 22:10 sys
24 drwxrwxrwt 29 root root 12288 May 3 14:56 tmp
25 drwxr-xr-x 18 root root 4096 May 2 15:50 usr
26 drwxr-xr-x 19 root root 4096 May 2 02:59 var
27 -rw-r--r-- 2 root root 2280614 May 2 04:30 vmlinuz
28 -rw-r--r-- 1 root root 1264091 Jul 2 2003 vmlinuz-2.4.21
29 -rw-r--r-- 2 root root 2280614 May 2 04:30 vmlinuz-2.6
30 -rw-r--r-- 1 root root 2285561 Apr 27 22:01 vmlinuz-2.6-work
31 -rw-r--r-- 1 root root 2139784 Apr 5 17:04 vmlinuz-2.6.3
32 -mike
33
34 --
35 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] coreutils patch for 'ls -l' of GB files Peter Ruskin <Peter.Ruskin@×××××××××.com>