Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pavlov99 opened this issue Jun 22, 2020 · 0 comments

Comments

@pavlov99
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant