Name:

bashexecute executes a shell command.

Usage:

bashexecute(command) : string -> void

Parameters:

Description:

Example 1:

   > bashexecute("LANG=C date");
   Tue Apr 20 16:15:53 CEST 2010
See also: execute, readfile
Go back to the list of commands