bug#30477: [PATCH] chmod chown chgrp: added --exclude-files and --exclude-directories

2018-02-17 Thread Ian Morris Nieves
into Docker containers. Cheers, ian > On Feb 17, 2018, at 4:30 PM, Pádraig Brady <p...@draigbrady.com> wrote: > > On 15/02/18 16:44, Ian Morris Nieves wrote: >> Hello all, >> >> Apologies if I have incorrectly followed any conventions. I’ve tried. >&g

bug#30477: [PATCH] chmod chown chgrp: added --exclude-files and --exclude-directories

2018-02-16 Thread Ian Morris Nieves
> On Feb 16, 2018, at 5:16 PM, Assaf Gordon <assafgor...@gmail.com> wrote: > > Hello Ian, > > On Thu, Feb 15, 2018 at 07:44:39PM -0500, Ian Morris Nieves wrote: >> Attached please find a new feature I created to simplify setting permissions >> (especially rec

bug#30477: [PATCH] chmod chown chgrp: added --exclude-files and --exclude-directories

2018-02-15 Thread Ian Morris Nieves
Hello all, Apologies if I have incorrectly followed any conventions. I’ve tried. Attached please find a new feature I created to simplify setting permissions (especially recursively), which enables the user to separately target files or directories. Tests of correctness also included. Any