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 |
write a shell script to check whether all the directories in the path exist has read and write permission
Give some situations where typing error can destroy a program?
Calculate a real number calculation directly from the terminal and not any shell script.
What is console line?
What is echo in shell?
what is the difference between sh & bash shell?
What is k shell?
How to use arguments in a script?
write a program to display all the files from the current directory which are created in particular month
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
How important is shell scripting?
What is egrep?