Have a question about linux bash. I want to start a program and then send input to it.
Normally in de terminal I do just, ./chat and then type something.
I dont know how it should be in bash, i tried this:
./chat
hi
Really dont how to. Hope someone will have the solution.
1 Answer