Shane Reeh

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Cloverleaf Commands, Utilities and Scripts #58396
    Shane Reeh
    Participant

      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}

    Viewing 1 replies (of 1 total)