home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-10-26 | 478 b | 11 lines | [TEXT/$Tcl] |
-
-
- system command
- Executes command via the system(3) call. Differs from
- exec in that system doesn't return the executed
- command's standard output as the result string, and
- system goes through the Unix shell to provide wildcard
- expansion, redirection, etc, as is normal from an sh
- command line. The exit code of the command is
- returned.
-