Parse java console output with awk
- by Bob Rivers
Hi,
I'm trying to use awk to parse an output generated by a java application, but it isn't working. It seems that the command after the pipe isn't able to get/see the data throwed by the java app.
I'm executing the following command (with the return generated by the command):
[root@localhost]# java -jar jmxclient.jar usr:pass host:port…