Does any one know what these commands do and where I can find more information:
getvv
gettpdinterface
hidden commands in CLI
-
- Posts: 390
- Joined: Fri Jun 27, 2014 2:01 am
Re: hidden commands in CLI
These commands can be used for tcl programing purposes.
Most of CLI "show" commands got their "get" ones.
getvv give you a tcl list with all fields you could get with showvv -showcols.
gettpdinterface gives you the name and index of any column in get commands.
You better look for getvv field in gettdpinterface return.
Most of CLI "show" commands got their "get" ones.
getvv give you a tcl list with all fields you could get with showvv -showcols.
gettpdinterface gives you the name and index of any column in get commands.
You better look for getvv field in gettdpinterface return.
Re: hidden commands in CLI
Thank you, It should make parsing command output easier.