Simple reverse and bind shells written in Go.
-
Updated
Sep 27, 2022 - Go
Simple reverse and bind shells written in Go.
C Program for interpreting basic unix commands specifically IO Redirection, Pipes and Background Processing
This is my implementation in Go of the "Build Your Own Shell" Challenge
Swap file descriptors (like bash io redirection, i.e. `exec 1>filename`)
This shell will help one learn about processes and basic process management in a shell.
Java Terminal Emulator - A cross-platform command-line interface implementation supporting common Unix commands, file operations, directory navigation, and I/O redirection
This project is a minimal Unix-like shell written in C, developed as part of a systems programming course, supporting command execution, job control, signals, I/O redirection, built-ins (cd, dir), and pipelines.
Unix shell implementation in C featuring kernel modules, I/O redirection, piping, auto-completion, and advanced file descriptor analysis
C\C++
A command processor, which implements a subset of linux bash's features, including multiprocessing execution, IO redirection, pipe communication, etc.
A lightweight, cross-platform Unix shell implementation written in C. Features include I/O redirection, background process execution, built-in commands (cd, pwd, echo, export, history), command history tracking, signal handling, and colorful UI. Demonstrates core OS concepts: process management, file descriptors, and system calls.
*nix command interpreter
Add a description, image, and links to the io-redirection topic page so that developers can more easily learn about it.
To associate your repository with the io-redirection topic, visit your repo's landing page and select "manage topics."