#!/bin/bash global command := '"printf 'a\nb\nc\n''" mkfifo first mkfifo rest0 shell {eval $command | tee $[head -1 > first] | tail -n +2 > rest0 &} cat first mkfifo rest1 shell {cat rest0 | tee $[head -1 > first] | tail -n +2 > rest1 &} cat first mkfifo rest2 shell {cat rest1 | tee $[head -1 > first] | tail -n +2 > rest2 &} cat first mkfifo rest3 shell {cat rest2 | tee $[head -1 > first] | tail -n +2 > rest3 &} (CommandList children: [ (Assignment keyword: Assign_None pairs: [ (assign_pair lhs: (LhsName name:command) op: Equal rhs: { (DQ ("printf 'a") (EscapedLiteralPart token:) (b) (EscapedLiteralPart token:) (c) (EscapedLiteralPart token:) ("'") ) } spids: [4] ) ] spids: [4] ) (C {(mkfifo)} {(first)}) (C {(mkfifo)} {(rest0)}) (Subshell child: (Sentence child: (Pipeline children: [ (C {(eval)} {(DQ ($ VSub_Name "$command"))}) (C {(tee)} { (CommandSubPart command_list: (CommandList children: [ (SimpleCommand words: [{(head)} {(-1)}] redirects: [ (Redir op_id: Redir_Great fd: -1 arg_word: {(first)} spids: [39] ) ] ) ] ) left_token: ("> spids: [34 42] ) } ) (SimpleCommand words: [{(tail)} {(-n)} {(Lit_Other "+") (2)}] redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(rest0)} spids:[53])] ) ] negated: False ) terminator: ) spids: [23 58] ) (C {(cat)} {(first)}) (C {(mkfifo)} {(rest1)}) (Subshell child: (Sentence child: (Pipeline children: [ (C {(cat)} {(rest0)}) (C {(tee)} { (CommandSubPart command_list: (CommandList children: [ (SimpleCommand words: [{(head)} {(-1)}] redirects: [ (Redir op_id: Redir_Great fd: -1 arg_word: {(first)} spids: [84] ) ] ) ] ) left_token: ("> spids: [79 87] ) } ) (SimpleCommand words: [{(tail)} {(-n)} {(Lit_Other "+") (2)}] redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(rest1)} spids:[98])] ) ] negated: False ) terminator: ) spids: [70 103] ) (C {(cat)} {(first)}) (C {(mkfifo)} {(rest2)}) (Subshell child: (Sentence child: (Pipeline children: [ (C {(cat)} {(rest1)}) (C {(tee)} { (CommandSubPart command_list: (CommandList children: [ (SimpleCommand words: [{(head)} {(-1)}] redirects: [ (Redir op_id: Redir_Great fd: -1 arg_word: {(first)} spids: [129] ) ] ) ] ) left_token: ("> spids: [124 132] ) } ) (SimpleCommand words: [{(tail)} {(-n)} {(Lit_Other "+") (2)}] redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(rest2)} spids:[143])] ) ] negated: False ) terminator: ) spids: [115 148] ) (C {(cat)} {(first)}) (C {(mkfifo)} {(rest3)}) (Subshell child: (Sentence child: (Pipeline children: [ (C {(cat)} {(rest2)}) (C {(tee)} { (CommandSubPart command_list: (CommandList children: [ (SimpleCommand words: [{(head)} {(-1)}] redirects: [ (Redir op_id: Redir_Great fd: -1 arg_word: {(first)} spids: [174] ) ] ) ] ) left_token: ("> spids: [169 177] ) } ) (SimpleCommand words: [{(tail)} {(-n)} {(Lit_Other "+") (2)}] redirects: [(Redir op_id:Redir_Great fd:-1 arg_word:{(rest3)} spids:[188])] ) ] negated: False ) terminator: ) spids: [160 193] ) ] )