Name:

bashexecute executes a shell command.

Usage:

bashexecute(command) : string -> void

Parameters:

Description:

Example 1:

   > bashexecute("LANG=C date");
   Wed Feb  9 10:02:31 CET 2011
See also: execute, readfile
Go back to the list of commands