Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In some "Unix shell" (vim, lftp, etc), it's possible to execute native commands using the ! character.
It could be interesting to execute system commands from the shell. For instance, something like:
karaf@root> !ls etc
karaf@root> !uptime
Of course, this feature could be disable in etc/org.apache.karaf.shell.cfg file.