Does Regex work with /log pr? I can’t seem to figure this out. Could someone supply some examples?
In this particular instance, I’m trying to show only the lines with ‘link up’, ‘link down’ in the lines.
Thanks,
Joe
Does Regex work with /log pr? I can’t seem to figure this out. Could someone supply some examples?
In this particular instance, I’m trying to show only the lines with ‘link up’, ‘link down’ in the lines.
Thanks,
Joe
/log print where message**~“link (up|down)”**
You may apply regexp also on topics and time.
Thanks!
Joe