Warum gibt mir `find . -path ./.git -prune -o \( -type f -a -executable \)` auch `./.git` als Ergebnis? So wie ich die Manpage verstehe sollte es das eben nicht, und auf `-type f` matcht es ja auch nicht.
qsx@chaos.social
@qsx@chaos.social
Warum gibt mir `find . -path ./.git -prune -o \( -type f -a -executable \)` auch `./.git` als Ergebnis? So wie ich die Manpage verstehe sollte es das eben nicht, und auf `-type f` matcht es ja auch nicht.