How to write a String to a fifo? #17343
Unanswered
insanity54
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to write a string of text to a fifo. Here is what I've tried.
First, I made a fifo using mkfifo.
Next, I made a typescript which builds on this example from the docs.
When I run the script, I get an error.
Is there something I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions