Cannot open /dev/fd/63: no such file or directory
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Using structure `command1 <(command2)` results in the error from title. Tried workarounds like `ln -s /proc/self/fd /dev/fd` or installing `udev` but this didn't help - _/proc/self/fd_ contains only _0, 1, 2 and 3_ files. Any suggestions if it's fixable locally?
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start by reproducing `command1 <(command2)` in iSH and comparing `/proc/self/fd` with `/dev/fd`; trace the shell and file-descriptor handling involved. Done means establishing whether a local workaround exists or identifying a scoped implementation change, with a regression test if the behavior is fixed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, shell
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100