Forum Discussion

Evergrim's avatar
Evergrim
Icon for Altocumulus rankAltocumulus
Jan 27, 2023

using grep to list all nodes with a specific intervall

Hi guys, I am trying to figure out how to display all nodes that have an interval not equal to "300". Example: list ltm node | grep -v "interval 300" -B 5 but this way it shows me all other lines...