[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-bash] bash native way to get exit status of process substitution
From: |
Peng Yu |
Subject: |
[Help-bash] bash native way to get exit status of process substitution |
Date: |
Mon, 10 Jun 2019 08:22:11 -0500 |
Hi,
Different from the pipeline (the exit status of the processes in a
pipeline can be checked by PIPESTATUS), it seems that there is not a
native way to check the exit status of process substitution, i.e.,
`<()` and `>()`. Is it so? Thanks.
--
Regards,
Peng
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-bash] bash native way to get exit status of process substitution,
Peng Yu <=