Package: coreutils
Version: 5.97-5

The ls in Etch has only one space after the drwx field, whereas Sarge has 2:

eg:
touch /temp.txt
ls -l /temp.txt

Sarge output: -rw-r--r--  1 root root 0 2007-02-08 10:34 /temp.txt
Etch output: -rw-r--r-- 1 root root 0 2007-02-08 10:35 /temp.txt

I have a number of scripts that use ls -l |cut -d' ' -f7 to get the date.. all of these are broken after upgrading to etch (it needs -f6)

Toby



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to