Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. from the command set, send the next command line to the device, followed by Enter
  2. collect all output, up until a known (recognizable) output occurs (unless "$[no-wait]" specified)
  3. IF "$[no-wait]" specified, GO TO step 1
  4. IF device asks if it should continue with output (more info below), Unimus answers "Y", GO TO step 2
  5. IF device outputs a question (such as a "[y/n]" question - more info below), stop, GO TO step 1.
  6. IF device asks for a password, or another "secret", stop, GO TO step 1
  7. IF device pages through output ("-- more --"), Unimus sends pagination key (space for most device types) to proceed to next page, GO TO step 2
  8. IF device asks to confirm end of output, ("press Q to finish"), Unimus sends the appropriate key to finish output, GO TO step 2
  9. IF a prompt is received, stop, GO TO step 1

...