I have a script like this:
Code: Select all
:put ([/interface ovpn-server print count]-[/interface ovpn-server print count where name~"test"])
Code: Select all
[admin@TestRouter] > /system script run test
4
3
1
[admin@TestRouter] >
Is there a way to print only the final result instead of each element?
I have tried a few different things but none of them worked for me. I also tried searching for this but haven't been able to find the answer. I was not sure of a short way to describe it so searching was hard.