kjs5 (1) Linux Manual Page
kjs5 – KDE ECMAScript compatible interpreter
Synopsis
- kjs5 [[–help] | [-help] | [-h]] [[–version] | [-version] | [-v]] [[-e
statement ]] [script]
Description
kjsApplication Options
–help,-help,-h- Show kjs5 usage.
–version,-version,-v
- Show kjs5 version.
-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 promptJS>
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
