11-20-2019 04:11 AM
Anyone know how to use # in CLI content ?
For example I want to delete from ACL remark like:
no remark ###premium.content.it
but everything after # is ignored 😞
11-20-2019 06:52 AM
the # has special meaning in CLI template look at this example from the book
#foreach ($interfaceName in $interfaceNameList)
interface $interfaceName
shutdown
#end
so using it multiple times (used as a comment) you can expect some problems
CPI tries to match a "known keyword" following the #sign and on nomatch ignore the # and what follows.
11-20-2019 07:57 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide