I want to fetch the java version in linux in a single command. How can I achieve it. I am new to awk so I am trying something like java -version|awk '{print$3}' but no luck please help me fetch 1.6.0_21 from the below java version output
java version "1.6.0_21"
Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)