I have just installed Oracle weblogic on rhel server. Installation went successfully however the install guide given to me to run below command without explanation. I would like to know what I am getting into.
grep -Rl jdk1.7.0_80 . | xargs sed -i s,jdk17.0_80,weblogic, - jdk1.7.0_70 is installed at /usr/java/jdk1.7.0_80
- weblogic is installed at /some/path/name and the install guide asks me to run the command within /some/path/name.
jdk17.0_80toweblogicin all files that contain it (under the current dir). It has nothing to do with the actual executables. The trailing comma is missing from thesedcommand though (and most likely, there should be agtoo).-iand run it.echobefore the sed.