bug-findutils
[Top][All Lists]
Advanced

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

[bug #50259] -printf %h behaves weirdly with trailing slashes


From: Bernhard Voelker
Subject: [bug #50259] -printf %h behaves weirdly with trailing slashes
Date: Mon, 20 Feb 2017 14:48:25 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #12, bug #50259 (project findutils):

Thanks for your concern.
I think that's a different story:

  $ ./find / // /// -maxdepth 0 -printf "'%h'\n"
  ''
  '/'
  '//'

  $ /usr/bin/find / // /// -maxdepth 0 -printf "'%h'\n"
  ''
  '/'
  '//'

The commit didn't change this - it just fixed the issue with the trailing
slash(es) without changing anything else.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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