Name:

bashexecute executes a shell command.

Library name:

void sollya_lib_bashexecute(sollya_obj_t)

Usage:

bashexecute(command) : string -> void

Parameters:

Description:

Example 1:

   > bashexecute("LANG=C date");
   Mon Jun 13 18:50:10 CEST 2016
See also: execute, readfile, parse, bashevaluate
Go back to the list of commands