I am trying to figure out how to make the weblogic WLST terminal run in silent mode. When I start the terminal using the command java weblogic.WLST, it prints the lines:
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
Is there a command line flag or some unknown witchcraft so that the interpreter does not write these lines? I tried it with pleasure - for silence, to no avail. And all my googling leads me to the -i flags, which does something completely different.
EDIT:
To clarify my purpose:
I need an interpreter to run the python script, and I need the output from this. The welcome message is useless, however, that I would like to get rid.
Limited:
, , , . - python script . - , . , python.