1 # |
1 # |
2 # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
53 \ \-e <script> Evaluate given script \n\ |
53 \ \-e <script> Evaluate given script \n\ |
54 \ \-encoding <encoding> Specify character encoding used by script files \n\ |
54 \ \-encoding <encoding> Specify character encoding used by script files \n\ |
55 \ \-f <script file> Evaluate given script file \n\ |
55 \ \-f <script file> Evaluate given script file \n\ |
56 \ \-f - Interactive mode, read script from standard input \n\ |
56 \ \-f - Interactive mode, read script from standard input \n\ |
57 \ \ If this is used, this should be the last -f option \n\ |
57 \ \ If this is used, this should be the last -f option \n\ |
58 \ \-help Print this usage message and exit \n\ |
58 \ \-? -h --help -help Print this help message and exit \n\ |
59 \ \-? Print this usage message and exit \n\ |
|
60 \ \-q List all scripting engines available and exit \n\ |
59 \ \-q List all scripting engines available and exit \n\ |
61 \ \n\ |
60 \ \n\ |
62 If [arguments..] are present and if no -e or -f option is used, then first\n\ |
61 If [arguments..] are present and if no -e or -f option is used, then first\n\ |
63 argument is script file and the rest of the arguments, if any, are passed\n\ |
62 argument is script file and the rest of the arguments, if any, are passed\n\ |
64 as script arguments. If [arguments..] and -e or -f option is used, then all\n\ |
63 as script arguments. If [arguments..] and -e or -f option is used, then all\n\ |