Hi, I am new to sed and have a quick question.
I am trying to match the output of the 'java -version' command. However, I onlt want to match from the word 'Classic' onto the end of the line:
java version "1.2.2"
Classic VM (J2RE 1.2.2 IBM build ca122-20041020 (JIT enabled: jitc))
How do I do this?
I am trying to match the output of the 'java -version' command. However, I onlt want to match from the word 'Classic' onto the end of the line:
java version "1.2.2"
Classic VM (J2RE 1.2.2 IBM build ca122-20041020 (JIT enabled: jitc))
How do I do this?