📄 system.3f
字号:
.\" 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -