kjs5 (1) Linux Manual Page
NAME
kjs5 – KDE ECMAScript compatible interpreter
SYNOPSIS
-
kjs5[[–help] | [-help] | [-h]] [[–version] | [-version] | [-v]] [[-estatement ]] [script]
DESCRIPTION
kjs
APPLICATION OPTIONS
–help,-help,-h
- Show
kjs5usage.
–version,-version,-v
- Show
kjs5version.
-e statement
- Executes the statement and exits. For example:
-
kjs5-e "print('hello world')"
script
- Executes the statements included in file script.
USAGE
kjs5file, as many other interpreters, when called without parameters uses a line editor to enter statements, showing the prompt
-
JS>
To exit the line editor type quit() or press Ctrl+D.
SEE ALSO
kjscmd5(1)
BUGS
Please use m[blue]KDE’s bugtrackerm[][1] to report bugs.
AUTHOR
Harri Porten <porten [at] kde.org>
- Author.
NOTES
- 1.
- KDE’s bugtracker
