Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
带管道的Bash-fg命令_Bash_Shell_Unix_Ssh - Fatal编程技术网

带管道的Bash-fg命令

带管道的Bash-fg命令,bash,shell,unix,ssh,Bash,Shell,Unix,Ssh,是否可以在管道中的bash中运行fg或bg或jobs命令 这些命令可以执行哪些可能的输入/输出?使用help fg和help bg回答这些问题 简单地说,不,您不能在管道中使用它们(您希望它做什么?) 据我所知,他们没有任何产出 我建议您manbash并阅读作业控制部分。和。

是否可以在管道中的bash中运行
fg
bg
jobs
命令


这些命令可以执行哪些可能的输入/输出?

使用
help fg
help bg
回答这些问题

简单地说,不,您不能在管道中使用它们(您希望它做什么?)

据我所知,他们没有任何产出

我建议您
manbash
并阅读作业控制部分。

和。