[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.30 Processes

Procedures for executing the processes.

Function: run-process (command …) env dir

executes a process.
OS command and arguments to execute give by symbols or strings.
Symbols shown as follows have special meaning.

> filenameredirects standard output to the file
2> filenameredirects standard error output to the file
>> filenameredirects standard output to the file with append mode
2>> filenameredirects standard error output to the file with append mode
2>&1 filenamemerges standard output and standard error output
cmd1 | cmd2redirects output of cmd1 to input of cmd2(pipe)
Function: system cmd

executes the command using the shell.
In UNIX and Max OS X, sh/bash/tcsh will use for execute the command, IN Windows cmd.exe will use.


[ << ] [ < ] [ Up ] [ > ] [ >> ]

This document was generated on August 9, 2012 using texi2html 5.0.