Print this page
12745 man page typos


  97 
  98 
  99        %string
 100                    Refers to a job whose name begins with string
 101 
 102 
 103        %?string
 104                    Refers to a job whose name contains string
 105 
 106 
 107        %+
 108        %%
 109                    Refers to the current job
 110 
 111 
 112        %-
 113                    Refers to the previous job
 114 
 115 
 116 
 117        If one ore more job operands is a process id or process group id not
 118        known by the current shell environment, wait treats each of them as if
 119        it were a process that exited with status 127.
 120 
 121 OPERANDS
 122        The following operands are supported:
 123 
 124        pid
 125                 The unsigned decimal integer process ID of a command, for
 126                 which the utility is to wait for the termination.
 127 
 128 
 129        jobid
 130                 A job control job ID that identifies a background process
 131                 group to be waited for. The job control job ID notation is
 132                 applicable only for invocations of wait in the current shell
 133                 execution environment, and only on systems supporting the job
 134                 control option.
 135 
 136 
 137 USAGE


 212 ATTRIBUTES
 213        See attributes(5) for descriptions of the following attributes:
 214 
 215 
 216 
 217 
 218        +--------------------+-------------------+
 219        |  ATTRIBUTE TYPE    |  ATTRIBUTE VALUE  |
 220        +--------------------+-------------------+
 221        |Interface Stability | Committed         |
 222        +--------------------+-------------------+
 223        |Standard            | See standards(5). |
 224        +--------------------+-------------------+
 225 
 226 SEE ALSO
 227        csh(1), jobs(1), ksh(1), ksh93(1), sh(1), attributes(5), environ(5),
 228        standards(5)
 229 
 230 
 231 
 232                                 March 13, 2008                         WAIT(1)


  97 
  98 
  99        %string
 100                    Refers to a job whose name begins with string
 101 
 102 
 103        %?string
 104                    Refers to a job whose name contains string
 105 
 106 
 107        %+
 108        %%
 109                    Refers to the current job
 110 
 111 
 112        %-
 113                    Refers to the previous job
 114 
 115 
 116 
 117        If one or more job operands is a process id or process group id not
 118        known by the current shell environment, wait treats each of them as if
 119        it were a process that exited with status 127.
 120 
 121 OPERANDS
 122        The following operands are supported:
 123 
 124        pid
 125                 The unsigned decimal integer process ID of a command, for
 126                 which the utility is to wait for the termination.
 127 
 128 
 129        jobid
 130                 A job control job ID that identifies a background process
 131                 group to be waited for. The job control job ID notation is
 132                 applicable only for invocations of wait in the current shell
 133                 execution environment, and only on systems supporting the job
 134                 control option.
 135 
 136 
 137 USAGE


 212 ATTRIBUTES
 213        See attributes(5) for descriptions of the following attributes:
 214 
 215 
 216 
 217 
 218        +--------------------+-------------------+
 219        |  ATTRIBUTE TYPE    |  ATTRIBUTE VALUE  |
 220        +--------------------+-------------------+
 221        |Interface Stability | Committed         |
 222        +--------------------+-------------------+
 223        |Standard            | See standards(5). |
 224        +--------------------+-------------------+
 225 
 226 SEE ALSO
 227        csh(1), jobs(1), ksh(1), ksh93(1), sh(1), attributes(5), environ(5),
 228        standards(5)
 229 
 230 
 231 
 232                                  May 17, 2020                          WAIT(1)