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 |
What is the equivalent of a file shortcut that we have a window on a linux system?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What is the purpose of scripting?
Write a command sequence to find the count of each word?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
How to modify the PATH variable and make it executable?
why did you apply to shell
What is the difference between scripting and coding?
What is shell scripting?
How to declare functions in unix shell script?
Is shell script a programming language?
Explain about the exit command?