Trimming relevance outout

Hi,

I am running this relevance (command line arguments of processes whose (name of it as lowercase contains “java”)) and getting below outputs… Now I just want this as my final output -test.test1.test3=/test/test1/test2. Kindly suggest how I can achieve this?

A: -test.test1.test3=/test/test1/test2
A: -test5.test3.test4=/test1/test3/test4
A: -test0.test2.test9=/test4/test9/test10
A: -test6.test2.test3=/test3/test7/test11
and so on…

You can use filter like below:

(command line arguments whose (it as string as lowercase contains " test.test1.test3=/test/test1/test2" as lowercase) of processes whose (name of it as lowercase contains "java"))

1 Like

What logic or rules define which output you are looking for? Do you actually want the literal “-test.test1.test3=/test/test1/test2” or is there some criteria about that particular output that you can share to help us suggest methods to achieve the desired output?