Indeed it should be
-execdir chmod 755 {} \;
...at end of command line. I was fast typing and I did this little mistake.
As said, command will stop in error in "-print0 | xargs -0" form if no
matching file is provided. Plus, since the sole function of this piped
xargs is chmod, it is an uneeded complexity since -execdir does the same.
Em 14/03/2016 3:44 PM, "Didier Spaier" <[email protected]> escreveu:
> On 14/03/2016 18:29, Erik Hanson wrote:
> > Didier Spaier <[email protected]> wrote:
> >
> >> Maybe it wouldn't hurt to write
> >> -execdir 755
> >
> > Unless I'm misunderstanding the man page, this would need to be
> > -execdir chmod 755 {} \;
>
> Indeed, sorry for the mistake.
>
> Didier
>
> _______________________________________________
> SlackBuilds-users mailing list
> [email protected]
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>
>
_______________________________________________
SlackBuilds-users mailing list
[email protected]
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/