system.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 39 行

3F
39
字号
.\" SCCSID: @(#)system.3f	8.1	9/11/90.TH system 3f VAX "" Unsupported.SH Namesystem \- execute an ULTRIX command.SH Syntax.B integer function system (string).br.B character*(*) string.SH Description.NXR "system subroutine (FORTRAN)".NXR "shell command" "issuing"The.PN systemroutine causes.I stringto be given to your shellas input as if the string had been typed as a command.If environment variable SHELLis found, its value will be used as the command interpreter (shell);otherwise .MS sh 1is used..PPThe current process waits until the command terminates.The returned value will be the exit status of the shell.See .MS wait 2for an explanation of this value..SH RestrictionsThe.I stringcannot be longer than NCARGS\_R50 characters, as defined in<sys/param.h>..SH Files.ie \nM /usr/ucb/lib/libU77.a.el /usr/lib/libU77.a.SH See Alsoexecve(2), wait(2), system(3)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?