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");
   Thu Sep 20 12:34:57 CEST 2018
See also: execute, readfile, parse, bashevaluate
Go back to the list of commands