Skip to content

Process substition in BASH fails. #164

@kherge

Description

@kherge

Example Script

#!/usr/bin/env bash

while read LINE; do
    echo$LINEdone < <(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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions