I want to create communication between different scripts using a named pipe. I read several examples but in these all examples strings are written to pipe.
So my question is how can I write a script to pipe in c? Should it be anything like this?
write(w_fd,"/.script")
and what is about reading from pipe?