pipeline -w { cd .. xargs -I{} s6-notifywhenup -f echo }Except that I get a defunct echo process with and without the -f.
Ah, it must simply mean xargs doesn't wait on its children until the next loop around. -- Patrick Mahoney <[email protected]>
pipeline -w { cd .. xargs -I{} s6-notifywhenup -f echo }Except that I get a defunct echo process with and without the -f.
Ah, it must simply mean xargs doesn't wait on its children until the next loop around. -- Patrick Mahoney <[email protected]>