📌  相关文章
📜  如何收回 crtl + z 终端 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:22.903000             🧑  作者: Mango

代码示例1
# just type fg and press enter
  fg [jobspec]
          Resume jobspec in the foreground, and make
          it  the  current  job.   If jobspec is not
          present, the shell’s notion of the current
          job  is used.  The return value is that of
          the command placed into the foreground, or
          failure  if  run  when job control is dis-
          abled  or,  when  run  with  job   control
          enabled,  if  jobspec  does  not specify a
          valid job or jobspec specifies a job  that
          was started without job control.