Re: Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-17 Thread Bob Proulx
Pádraig Brady wrote: > Bob Proulx wrote: > > Why are you using unlink here instead of rm? I think you are using > > the wrong tool for the job. Why even care if unlink can take multiple > > arguments? >... > Good info thanks. Yes rm will not unlink() a dir. Is the use of unlink so that it works

Re: Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-17 Thread Pádraig Brady
On 17/11/15 20:37, Bob Proulx wrote: > Adam Brenner wrote: >> I have an enhancement requests and patch ready for unlink to support >> multiple arguments. Currently unlink does not accept more than one >> argument to remove a link. I have a patch that adds that >> functionality. For example: >> >>

Re: Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-17 Thread Bob Proulx
Adam Brenner wrote: > I have an enhancement requests and patch ready for unlink to support > multiple arguments. Currently unlink does not accept more than one > argument to remove a link. I have a patch that adds that > functionality. For example: > > $ unlink link1 link2 link3 Why are you u

Re: Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-17 Thread Pádraig Brady
On 17/11/15 12:00, Pádraig Brady wrote: > On 16/11/15 22:09, Adam Brenner wrote: >> Howdy All, >> >> I have an enhancement requests and patch ready for unlink to support >> multiple arguments. Currently unlink does not accept more than one >> argument to remove a link. I have a patch that adds that

Re: Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-17 Thread Pádraig Brady
On 16/11/15 22:09, Adam Brenner wrote: > Howdy All, > > I have an enhancement requests and patch ready for unlink to support > multiple arguments. Currently unlink does not accept more than one > argument to remove a link. I have a patch that adds that > functionality. For example: > > $ unli

Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-16 Thread Adam Brenner
Howdy All, I have an enhancement requests and patch ready for unlink to support multiple arguments. Currently unlink does not accept more than one argument to remove a link. I have a patch that adds that functionality. For example: $ unlink link1 link2 link3 Is this something the community w

Enhancement Requests + Patch: Unlink to support multiple arguments

2015-11-16 Thread Adam Brenner
Howdy All, I have an enhancement requests and patch ready for unlink to support multiple arguments. Currently unlink does not accept more than one argument to remove a link. I have a patch that adds that functionality. For example: $ unlink link1 link2 link3 Is this something the community w