1KJS(1) KDE User's Manual KJS(1)
2
3
4
6 kjs - KDE ECMAScript compatible interpreter
7
9 kjs [--help | -help | -h] [-e statement] [script]
10
11
13 kjs is KDE ECMAScript/JavaScript engine.
14
15
17 --help,-help,-h
18 Show kjscmd usage.
19
20
21 -e statement
22 Executes the statement and exits. For example:
23
24
25 kjs -e "print('hello world')"
26
27 script Executes the statements included in file script.
28
29
31 kjs file, as many other interpreters, when called without parameters
32 uses a line editor to enter statements, showing the prompt
33
34 JS>
35 To exit the line editor type quit() or press Ctrl+D.
36
37
39 kjs(1)
40
41
43 There are probably tons of bugs. Use bugs.kde.org: http://bugs.kde.org
44 to report them.
45
46
48 Harri Porten <porten@kde.org>.
49
50
51
52 2008-10-15 KJS(1)