Redis – One liner for using xargs to grep output of one command on a search text produced by other command
I am trying to accomplish the following in one line: <command> | xargs -I {} grep {} <(other command)> I have a Kubernetes cluster which is running Redis and many other applications. I want to find out which applications (pods…