bug-findutils
[Top][All Lists]
Advanced

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

[bug #20909] [wishlist] Alphabetic sort for find


From: Christopher Beland
Subject: [bug #20909] [wishlist] Alphabetic sort for find
Date: Sat, 08 Sep 2007 15:52:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070718 Fedora/2.0.0.5-1.fc7 Firefox/2.0.0.5

Follow-up Comment #2, bug #20909 (project findutils):

To clarify, if I have the following files:

/directory1/a
/directory1/e
/directory1/c
/directory2/b
/directory2/f
/directory2/d

The desired output would be:

a
c
e
b
d
f

But piping to "sort" I would get:

a
b
c
d
e
f


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20909>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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