You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (JIRA)" <ji...@apache.org> on 2011/07/07 12:01:17 UTC

[jira] [Closed] (KARAF-60) Improve history support by using the !

     [ https://issues.apache.org/jira/browse/KARAF-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear closed KARAF-60.
-------------------------------


>  Improve history support by using the !
> ---------------------------------------
>
>                 Key: KARAF-60
>                 URL: https://issues.apache.org/jira/browse/KARAF-60
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.0
>
>         Attachments: SMX4KNL-237.patch
>
>
> the history command is cool but it would be nice to be able to use things like:
>     * !142 (run the command from the history with index 142)
>     * !os (run last command starting with "os")
> =========================
> See http://www.gnu.org/software/bash/manual/html_node/Event-Designators.html
> =========================
> with this patch, we can access history command list with
> ! indext
> ! commandPrefix
> for example, history we get
> 345 osgi/list
> then
> "! 345" or "! os" we get "osgi/list" execute again
> seems we have to add a whitespace between ! and the index number or commandPrefix, so the syntax is not exactly same as bash (which no whitespace between ! and index number)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira