I would like to use sh edp ports all in script to indentify trunk ports.
Created script, loaded it and got error in that line. Is there some limitation to this?
"
...
set var CLI.OUT " "
show edp ports all
set var inputA $TCL(list ${CLI.OUT})
set ...