io-redirection
There are 6 repositories under io-redirection topic.
LukeDSchenk/go-backdoors
Simple reverse and bind shells written in Go.
adityataday/UNIX-Shell
C Program for interpreting basic unix commands specifically IO Redirection, Pipes and Background Processing
Banu-Prasanth-Pulicharla/custom-shell-creation
This shell will help one learn about processes and basic process management in a shell.
MOZGIII/fdswap-go
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
peihaowang/SimpleBash
A command processor, which implements a subset of linux bash's features, including multiprocessing execution, IO redirection, pipe communication, etc.