how to find weblogic version through linux cammand
Answer / ajay
$ java weblogic.version -verbose
(OR)
$ java weblogic.utils.Versions
(OR)
java weblogic.Admin -url ManagedHost:8001 -username weblogic
-password weblogic VERSION
| Is This Answer Correct ? | 6 Yes | 4 No |
Why is used in shell scripting?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How do I save a powershell script?
What are types of shells?
How to change our default shell?
What is the use of break command?
What language is bash written in?
What is a boot block?
Which shell is the best?
What are the advantages of bash over all other shells?
What is the syntax of while loop in shell scripting?
What does egrep mean?