Configure interpreters

Prev Next

You can configure interpreters to control the execution of additional scripts.

Task

  1. Map an interpreter with a file or script extension:
    sadmin scripts add extension interpreter1 [interpreter2]...
  2. View interpreter and file extension associations
    sadmin scripts list

    Sample output appears like this:

    .sh      "ksh" "sh" "tcsh" "bash" "csh"
    .jar     "java"
    .class   "java"
    .py      "python"
    .pl      "perl"
  3. Remove interpreter and file extension associations.
    • sadmin scripts remove extension [interpreter1 [interpreter2]]... — Removes the specified interpreter associations for the file or script type.
    • sadmin scripts remove extension — Removes all interpreter associations for the specified file or script type.