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 Feb 21 12:20:03 CET 2022
See also: execute, readfile, parse, bashevaluate
Go back to the list of commands