Skip to content

tcat <(cat file.csv) generates cat: /dev/fd/63: No such file or directory #14

@pavlov99

Description

@pavlov99

Command:

Stream file.body_descriptor:  <_io.TextIOWrapper name='/dev/fd/63' mode='r' encoding='UTF-8'> 3
['/bin/bash', '-o', 'pipefail', '-o', 'errexit', '-c', 'LC_ALL=C cat /dev/fd/63']

The correct way of calling the command would be:

tcat < <(cat file.csv)

See this: https://askubuntu.com/questions/1086617/dev-fd-63-no-such-file-or-directory
And related: https://unix.stackexchange.com/questions/279545/failed-to-open-config-file-dev-fd-63-error-no-such-file-or-directory-for-wp

Metadata

Metadata

Assignees

No one assigned

    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