rlwrap for wlst

Posted by john.graves(at)oracle.com on Oracle Blogs See other posts from Oracle Blogs or by john.graves(at)oracle.com
Published on Fri, 18 Mar 2011 14:07:22 +1100 Indexed on 2011/03/18 8:14 UTC
Read the original article Hit count: 325

Filed under:

After reading Gilles’s post on using rlwrap for sql:

http://blogs.oracle.com/xpsoluxdb/2011/03/bash-like_features_in_sqlplus_rman_and_other_oracle_command_line_tools.html

It was obvious this would also be good for wlst.

. $WL_HOME/server/bin/setWLSEnv.sh
rlwrap -f wlst.words --multi-line java weblogic.WLST

Here is my wlst.words file:

http://blogs.oracle.com/johngraves/code/wlst.words

© Oracle Blogs or respective owner