rhino man page on Mageia

Man page or keyword search:  
man Server   17783 pages
apropos Keyword Search (all sections)
Output format
Mageia logo
[printable version]

RHINO(1)							      RHINO(1)

NAME
       rhino  - invokes the JavaScript shell for running scripts in batch mode
       or interactive

SYNOPSIS
       rhino [options] script_filename_or_url [script_arguments]

DESCRIPTION
       This manual page documents briefly the rhino command.

       rhino is a start script for the rhino JavaScript shell which provides a
       simple  way  to run scripts in batch mode or an interactive environment
       for exploratory programming.

OPTIONS
       -?, -help
	      Displays help messages.

       -w     Enable warnings.

       -e script_source
	      Executes script_source as a JavaScript script.

       -f script_filename_or_url
	      Reads  script_filename_or_url  content  and  execute  it	as   a
	      JavaScript script.

       -opt, -O optLevel
	      Optimizes	 at level optLevel, which must be an integer between 0
	      and 9.

       -version versionNumber
	      Specifies the language version to compile with. The string  ver‐
	      sionNumber must be one of 100, 110, 120, 130, 140, 150, 160, 170
	      or 180. See JavaScript Language Versions for more information on
	      language versions.

       -modules uri
	      Add  a  single path or URL element to the CommonJS module search
	      path. (implies -require)

       -require
	      Enable CommonJS module support.

       -sandbox
	      Enable CommonJS sandbox mode. (implies -require)

       -debug Generate debug code.

       -strict
	      Enable strict mode warnings.

       -fatal-warnings
	      Treat warnings as errors.

       -encoding charset
	      Use  specified  character	 encoding  as  default	when   reading
	      scripts.

PREDEFINED PROPERTIES
       Scripts	executing  in the shell have access to some additional proper‐
       ties of the top-level object.

       arguments
	      The arguments object is an array containing the strings  of  all
	      the  arguments  given  at	 the  command  line when the shell was
	      invoked.

       environment
	      Returns the current environment object.

       history
	      Displays the shell command history.

       help() Executing the help function will print usage and help messages.

       defineClass(className)
	      Define an extension using the Java class named with  the	string
	      argument	 className.   Uses  ScriptableObject.defineClass()  to
	      define the extension.

       deserialize(filename)
	      Restore from the specified file an object previously written  by
	      a call to serialize.

       gc()   Runs the garbage collector.

       load([filename,...])
	      Load  JavaScript source files named by string arguments. If mul‐
	      tiple arguments are given, each file is read in and executed  in
	      turn.

       loadClass(className)
	      Load  and	 execute the class named by the string argument class‐
	      Name. The class must be  a  class	 that  implements  the	Script
	      interface, as will any script compiled by jsc.

       print([expr...])
	      Evaluate	and print expressions. Evaluates each expression, con‐
	      verts the result to a string, and prints it.

       readFile(path[,characterCoding])
	      Read given file and convert its bytes  to	 a  string  using  the
	      specified	 character  coding  or	default	 character  coding  if
	      explicit coding argument is not given.

       readUrl(url[,characterCoding])
	      Open an input connection to the given string url, read  all  its
	      bytes and convert them to a string using the specified character
	      coding or default character coding if explicit  coding  argument
	      is not given.

       runCommand(commandName,[arg,...][options])
	      Execute  the  specified  command	with  the  given  argument and
	      options as a separate process and return the exit status of  the
	      process.	     For       details,	     see      JavaDoc	   for
	      org.mozilla.javascript.tools.shell.Global#runCommand.

       seal(object)
	      Seal the specified object so any attempt to add, delete or  mod‐
	      ify its properties would throw an exception.

       serialize(object,filename)
	      Serialize the given object to the specified file.

       spawn(functionOrScript)
	      Run the given function or script in a different thread.

       sync(function)
	      creates a synchronized function (in the sense of a Java synchro‐
	      nized method) from an existing function. The new	function  syn‐
	      chronizes on the this object of its invocation.

       quit() Quit  shell.  The shell will also quit in interactive mode if an
	      end-of-file character is typed at the prompt.

       version([number])
	      Get or set JavaScript version number. If	no  argument  is  sup‐
	      plied, the current version number is returned. If an argument is
	      supplied, it is expected to be one of 100, 110, 120,  130,  140,
	      150,  160,  170  or 180 to indicate JavaScript version 1.0, 1.1,
	      1.2, 1.3, 1.4, 1.5, 1.6, 1.7 or 1.8 respectively.

SEE ALSO
       The online documentation under  http://www.mozilla.org/rhino/shell.html
       ⟨http://www.mozilla.org/rhino/shell.html⟩

AUTHOR
       This manual page was written by Wolfgang Baer <WBaer@gmx.de>, with mod‐
       ifications by Elliott Baron <ebaron@redhat.com>.

			      September 09, 2013		      RHINO(1)
[top]

List of man pages available for Mageia

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net