I like it!
Op ma 2 mei 2022 15:05 schreef Chet Ramey :
> On 4/29/22 12:43 PM, Gasan wrote:
> > Hi Gnu,
> >
> > I bash 5.1 man it says that pipeline may consist of single command. So
> > "echo foo" is a pipeline. It also says that each command in pipeline runs
> > in a subshell, therefore "echo fo
On 4/29/22 12:43 PM, Gasan wrote:
Hi Gnu,
I bash 5.1 man it says that pipeline may consist of single command. So
"echo foo" is a pipeline. It also says that each command in pipeline runs
in a subshell, therefore "echo foo" runs in a subshell. But thats not true.
That's true. How about "each co
Hi Gnu,
I bash 5.1 man it says that pipeline may consist of single command. So
"echo foo" is a pipeline. It also says that each command in pipeline runs
in a subshell, therefore "echo foo" runs in a subshell. But thats not true.
Regards
Gasan