Skip to content

thk2b/ipc_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipc_exercises

Simple programs to demonstrate inter process communication

compilation

run make

exec_cmd

usage: ./exec_cmd <executable> [ <arg> [...]]

Executes the executable with arguments.

exec_redirection

usage: ./exec-redirection <exec> [<arg> [...]] <filename>

Executes the executable with arguments and redirects the child's output to the file.

exec_pipe

usage: ./exec_pipe <exec> [<arg> [...]] "|" <exec> [<arg> [...]]

Executes both executables with arguments, redirecting the first's stdout to the second's stdin. The commands must be separated by |.

About

Simple programs to demonstrate inter process communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors