Inhaltsverzeichnis
So erhalten Sie Hilfe zu einer bestimmten Konsolenfunktion:
help FunctionName
help
help FunctionName
Print help (or help on a function/command).
load "file.gel"
Load a file into the interpreter. The file will execute as if it were typed onto the command line.
cd /Ordner/Name
Wechselt den Arbeitsordner zu /Ordner/Name
.
pwd
Print the current working directory.
ls
Listet die Dateien im aktuellen Ordner auf.
plugin plugin_name
Lädt ein Plugin. Ein Plugin dieses Namens muss auf Ihrem System vorhanden und im richtigen Ordner installiert sein.