bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ls patch


From: Gerrit Germis
Subject: ls patch
Date: Sun, 27 Oct 2002 12:22:54 +0200
User-agent: KMail/1.4.3

Hi,

Here's a patch for ls, to have it sort directories before anything else.. the 
new option is -e.. I could have sworn it was in an older version of 
fileutils, but I'm probably dreaming out loud :)

[11:21][Lurch]$ /bin/ls -le
total 8
drwxr-xr-x    2 lurch    users        4096 Oct 27 11:21 adir1
drwxr-xr-x    2 lurch    users        4096 Oct 27 11:21 zdir2
-rw-r--r--    1 lurch    users           0 Oct 27 11:21 afile1
-rw-r--r--    1 lurch    users           0 Oct 27 11:21 zfile2
[11:21][Lurch]$ /bin/ls -l
total 8
drwxr-xr-x    2 lurch    users        4096 Oct 27 11:21 adir1
-rw-r--r--    1 lurch    users           0 Oct 27 11:21 afile1
drwxr-xr-x    2 lurch    users        4096 Oct 27 11:21 zdir2
-rw-r--r--    1 lurch    users           0 Oct 27 11:21 zfile2
[11:21][Lurch]$ 

Regards,
Gerrit

Attachment: fileutils-4.1-ls.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]