Process substition in BASH fails.
Open
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
## Example Script
```sh
#!/usr/bin/env bash
while read LINE; do
echo “$LINE”
done < <(echo hello)
```
## Expected Result
$ hello
## Actual Result
line 5: /dev/fd/62: No such file or directory
## References
1. http://www.gnu.org/software/bash/manual/html_node/Process-Substitution.html#Process-Substitution
2. https://stackoverflow.com/a/2443120
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.