Hitachi Energy
Built-in Commands
CLI syntax for the built-in commands:
Syntax: clear
Syntax: exit
Syntax: quit
Syntax: help [[-C] string]
Syntax: history [[--file] file]
Syntax: version
Syntax: script [--file] file
 
DIRAC built-in commands 
Operation Name
Parameter Name
Range
Description
clear
 
 
Clear the shell screen.
exit
 
 
Exit from the DIRAC server CLI. Terminate the current session.
quit
 
 
Exit from the DIRAC server CLI. Terminate the current session.
help
[-C]
 
--command
 
<command>
 
<command>
Without parameter: List all available CLI commands with a short description.
With the -C or --command option: shows a short description of the specific command (string), including all command options and parameters.
help
<command>
 
Show a short description of a specific command, including all command options and parameters.
history
[--file]
<file>
Display or save the history of previously entered commands.
Without parameter the command displays the history on the screen.
With the file option the history is saved to the specified file (path/filename).
[Optional, default = <none>]
script
--file
<file>
Read and execute commands from a file. A file name (path/filename) must be provided.