Evergrim
Jan 27, 2023Altocumulus
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 that don't have "interval 300". Consequently ALL nodes but not the one line...
I hope you can follow me. 😄
does anyone have an idea how I can do this better?
Best regards
Basti