wifinigel.MikrotikScripting/scripts/v7/ch5-03-long-line.rsc

11 lines
314 B
Text
Raw Normal View History

2023-01-19 21:27:15 +00:00
# filename: ch5-03-long-line.rsc
# Here is a long line
2023-01-24 20:28:40 +00:00
:put [/interface/ethernet find where name~"ether" running true rx-fcs-error=0];
2023-01-19 21:27:15 +00:00
# Here is same line across multiple lines
2023-01-24 20:28:40 +00:00
:put [/interface/ethernet find where \
2023-01-19 21:27:15 +00:00
name~"ether" \
running true \
rx-fcs-error=0];