Hello, I would like to know if there's way how to "chain" multiple variables after pipe in some command to filter the output, something like: <command> | match <param1>|<param2> For example: show running security-policy | match index|source|destination|application I tried to play around with quotation marks, brackets and so on but did not get it working, only with one variable. And I consider something like that one of very basics for efficient CLI use. Any idea how to get thsi working? Thanks in advance!
... View more