Hi!

Would it be possible to add option like that to chmod:

--filesonly

--dirsonly

Quite often I have to set mask 0755 for all directories 
and 0644 for all files.

If those options were in chmod this would be easy:

chmod --filesonly  0644 *
chmod --dirsonly  0755 *

At the moment I have to use my own aliases or find contructs.

I would be gratefull if You could include that option in chmod.

Best Regards,

Jacek Pliszka

Reply via email to