bug-findutils
[Top][All Lists]
Advanced

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

[bug #58541] [wishlist] Add optional sort to find


From: Andreas Metzler
Subject: [bug #58541] [wishlist] Add optional sort to find
Date: Thu, 11 Jun 2020 04:13:07 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #1, bug #58541 (project findutils):

Just use
find -type f -print0 | sort -fnr --zero-terminated | xargs -r0 whatevercommand

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58541>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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