Follow-up Comment #5, bug #50259 (project findutils):
With that patch, you can also have a look on what's changed
compared to the installed version with the following snippet:
$ mkdir -p foo/bar
$ ln -snf foo foolink
$ for opt in '' -H -L -P ; do
printf "\n=== Differences for option: '%s' ===\n" "$opt"
diff -u0 \
<( /usr/bin/find $opt {,./}{/,.,foo,foolink}{,/,/.} -maxdepth 1 -printf
"%h/%f,%%p=%p,%%h='%h',%%f='%f'\n" ) \
<( ./find $opt {,./}{/,.,foo,foolink}{,/,/.} -maxdepth 1 -printf
"%h/%f,%%p=%p,%%h='%h',%%f='%f'\n" )
done | column -t -s,
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?50259>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/