Name:

bashexecute executes a shell command.

Usage:

bashexecute(command) : string -> void

Parameters:

Description:

Example 1:

   > bashexecute("LANG=C date");
   Mon May 23 17:51:46 CEST 2011
See also: execute, readfile, parse, bashevaluate
Go back to the list of commands