Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

open-axiom(1) [debian man page]

OPEN-AXIOM(1)					     The open scientific computation platform					     OPEN-AXIOM(1)

NAME
open-axiom - open source platform for symbolic, algebraic, and numerical computations SYNOPSIS
open-axiom [options] [file] DESCRIPTION
General options: --help Print this information and exit. --version Print OpenAxiom version and exit. --script Execute the file argument as a Spad script. If specified, this option should be last before file argument. --compile Invoke the compiler on the file argument. If specified, this option should be last before file argument. --server Start the Superman as master process. --no-server Do not start Superman as master process. Superman options: --no-gui Do not start the Graphics or HyperDoc components. --graph Start the Graphics component. This option is meaningful only if OpenAxiom was built with graphics support. --no-graph Do not start the Graphics component. --hyperdoc Start the HyperDoc component. This option is meaningful only if OpenAxiom was built with graphics support. --no-hyperdoc Do not start the HyperDoc component. --execute cmd args execute `cmd' with arguments `args' Compiler options: --optimize=<n> Set compiler optimization level to <n>, a natural number. If invoked without options and without an input file OpenAxiom will start as an interative program with Superman as the master process, the majority of uses. If invoked with a file as single argument, OpenAxiom assumes the file is a Spad script and will attempt to execute it as such. Submit bug report to open-axiom-bugs@lists.sf.net open-axiom 1.4.1+svn~2626 May 2012 OPEN-AXIOM(1)

Check Out this Related Man Page

EXO-OPEN(1)							 Xfce Users Manual						       EXO-OPEN(1)

NAME
exo-open - Open URLs and launch preferred applications SYNOPSIS
exo-open [[url]...] exo-open --launch [category] [[parameter]...] DESCRIPTION
exo-open is a command line frontend to the Xfce Preferred Applications framework. It can either be used to open a list of urls with the default URL handler or launch the preferred application for a certain category. INVOCATION
exo-open either takes a list of URLs and tries to open each of them using the default handler, or, when using the --launch tries to launch the preferred application for a certain category, optionally passing any number of parameters to the application. Options -?, --help Print brief help and exit. -v, --version Print version information and exit. --working-directory directory When using the --launch option and this option is specified as well, the application will be run in the given directory. This is primarily useful when running the preferred TerminalEmulator from another application and you want the command in the terminal window to be run in a specific directory. --launch category parameters... Launch the preferred application for the given category with the optional parameters..., where category is either WebBrowser, MailReader, TerminalEmulator or FileManager. If you do not specify the --launch option, exo-open will open all specified URLs with their preferred URL handlers. Else, if you specify the --launch option, you can select which preferred application you want to run, and pass additional parameters to the application (i.e. for TerminalEmulator you can pass the command line that should be run in the terminal). COMPOSING EMAILS
exo-open allows users and developers to open the preferred email composer from the command line by simply invoking exo-open mailto:USER@HOST.TLD. This will open the composer window with USER@HOST.TLD as the recipient. This syntax is supported by all MailReaders. In addition the MailReaders that ship as part of libexo also support extended mailto:-URIs (but be aware that user-defined mailers do not necessarily support this), which allows you to also specify default values for the subject and the body of the mail, add additional recipients (both Cc: and To:) and attach files to emails. For example mailto:foo@foo.org?cc=bar@bar.org&subject=Foo&attach=/foo/bar.txt tells the composer to start an email to foo@foo.org and bar@bar.org with Foo in the subject and the file /foo/bar.txt attached to the message. AUTHOR
exo-open was written by Benedikt Meurer benny@xfce.org. This manual page was provided by Benedikt Meurer benny@xfce.org. Xfce 06/10/2011 EXO-OPEN(1)
Man Page