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