2.7 (aux os)

Interacting with the operating system.

2.7.1 Procedures

Procedure: run . args

Run the command indicated by args using the default operating system shell (Bash, for example).

Examples:

> (run "ls" "-l" "Documents/books")

Procedure specification:

args (strings): A sequence of strings representing a command.

Return value (integer): The exit status of the command as returned by Guile’s waitpid procedure.