IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of DVO_Conrad_Worksheet


Ignore:
Timestamp:
Jun 18, 2012, 11:09:33 AM (14 years ago)
Author:
conradh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DVO_Conrad_Worksheet

    v8 v9  
    4040
    4141
     42== Getting Started with DVO ==
     43
     44 If you have successfully launched dvo you will be see the dvo prompt.  Several useful commands:
     45  * '''??''' - Gives all the system environment variables available (i.e., HOME, PID, etc).
     46  * '''?''' - Shows all the available dvo commands .
     47  * '''!''' - Gives the ability to execute systems commands. Example:
     48
     49{{{
     50dvo: ! echo "Hello World"
     51Hello World
     52}}}
     53
     54 
     55