Clovertech
Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Support Web › Cloverleaf Commands, Utilities and Scripts › Re: Hci commands
A complete list of available commands can be written from the hcitcl prompt.
hcitcl>info commands
A more readable list can be written doing something like this;
foreach c [lsort -dict [info commands]] {puts $c}