📄 pid.n
字号:
'\"'\" Copyright (c) 1993 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) pid.n 1.5 96/03/25 20:20:57'\" .so man.macros.TH pid n 7.0 Tcl "Tcl Built-In Commands".BS'\" Note: do not modify the .SH NAME line immediately below!.SH NAMEpid \- Retrieve process id(s).SH SYNOPSIS\fBpid \fR?\fIfileId\fR?.BE.SH DESCRIPTION.PPIf the \fIfileId\fR argument is given then it should normallyrefer to a process pipeline created with the \fBopen\fR command.In this case the \fBpid\fR command will return a list whose elementsare the process identifiers of all the processes in the pipeline,in order.The list will be empty if \fIfileId\fR refers to an open filethat isn't a process pipeline.If no \fIfileId\fR argument is given then \fBpid\fR returns the processidentifier of the current process.All process identifiers are returned as decimal strings..SH KEYWORDSfile, pipeline, process identifier
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -