debian man page for bsh

Query: bsh

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BSH(1)							      General Commands Manual							    BSH(1)

NAME
bsh - BeanShell: A Java scripting environment (command-line version).
SYNOPSIS
bsh [-classpath path] [file]
DESCRIPTION
BeanShell is a small, embeddable, Java source interpreter with object scripting language features, written in Java. BeanShell executes standard Java statements and expressions, in addition to obvious scripting commands and syntax. You can also script objects as simple method closures like those in Perl and JavaScript(tm). bsh starts the command-line version of BeanShell.
OPTIONS
The program bsh optionally takes a -classpath option which sets the value of the CLASSPATH environment variable to the specified path before starting the BeanShell. This option is mainly provided for compatibility with JDE (Java Development Environment for Emacs). In addition, a file to be executed may be given as argument to bsh.
SEE ALSO
xbsh - the windowed version of BeanShell. More documentation on BeanShell can be found in /usr/share/doc/bsh-doc/ if the bsh-doc package is installed.
AUTHOR
This manual page was written by Ruud de Rooij <ruud@debian.org> for the Debian GNU/Linux system (but may be used by others). BSH(1)
Related Man Pages
jrunscript(1) - mojave
ikvm(1) - debian
jh_manifest(1) - debian
jlex(1) - debian
build-classpath(1) - centos
Similar Topics in the Unix Linux Community
Question regarding shells and subshells when a script is run
How to export a variable from a subshell to the parent shell?
Using alias to create subshell and work in it
Value not getting printed outside loop
Variable unexpectedly blank after piped loop