bug-findutils
[Top][All Lists]
Advanced

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

[bug #51506] Better support for data processing with basenames


From: Bernhard Voelker
Subject: [bug #51506] Better support for data processing with basenames
Date: Thu, 20 Jul 2017 13:09:56 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #11, bug #51506 (project findutils):

> I suggest to consider the choice between additional variants for the program
“find”. 

I don't think this marginal feature to fall back to basenames for -print
(or when no other action is specified) warrants a separate ~200k binary.
I propose to create a script like this and save as "$HOME/bin/findbasenames"
(or maybe in /usr/local/bin):

  #!/bin/sh
  exec find "$@" -printf "%f\n"

Have a nice day,
Berny


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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