I have a bash script that calls the java program .
java java.org.test -h "abc" The class computes the value of a specific string and this value is required by the bash script. and I should not be printing this value on the console.
How can this be done? Any suggestions here?