ish-app / ish-app/ish

Process substition in BASH fails.

Open
#164 19 comments 10 reactions 1 assignee Claimed by @tbodt View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.