On Tuesday 04 October 2005 01:08, James Youngman wrote:
> Follow-up Comment #2, bug #14619 (project findutils):
>
> Does -perm /... do what you expected -perm +... to do?
I did a short test, and I believe that
find -type f -perm /+x
gives me what I used to get with
find -type f -p
Follow-up Comment #4, bug #14615 (project findutils):
> Maybe I should change my .emacs configuration to add "untabify" to
write-file-hooks.
I wouldn't. The find code right now matches the defacto standard of mod8
tabs. This is the same as other GNU projects and is the default for emacs,
vi, v