[ 
https://issues.apache.org/jira/browse/FELIX-3664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13455877#comment-13455877
 ] 

Richard S. Hall commented on FELIX-3664:
----------------------------------------

I'm not aware of anyone working on such a thing, so go ahead and create your 
own. That's the benefit of a modular approach, we don't need to bake everything 
into a handful of modules.
                
> Uninstall with bundle range
> ---------------------------
>
>                 Key: FELIX-3664
>                 URL: https://issues.apache.org/jira/browse/FELIX-3664
>             Project: Felix
>          Issue Type: Wish
>          Components: Gogo Shell
>            Reporter: Tan-Vinh Nguyen
>            Priority: Minor
>
> Assume you have installed bundles from 300 up to 350. Usually to uinstall a 
> bundle it is
> felix:uninstall 300
> I suggest to extend the uninstall command with a bundle range, e.g. 300-350, 
> that uninstall all bundles within the range. Usually i do a bash this echo 
> output 
> for i in $(seq 300 350); do  echo $i; done
> and piped it to the gogo shell.
> It would be a great improvement. What does the Felix team think of it?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to