An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: linux-shell-in-c

HydraPhyzer/Shell-in-C

This Project is Part of My University Project for Operating System Lab (OS Lab) Project. In This Project I Have Implemented a Basic Shell With the Help of C Language, Which Performs Many of The Functionalities as Similar to Linux Shell

Language: C - Size: 729 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

logangoins/Bosh

Bosh - Barebones Operating-system SHell - A minimal Bash-like shell!

Language: C - Size: 58.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

JohnniesHere/shell-program

This is a simple shell program written in C for Linux-based machines. It reads commands from the user or a script file, executes them, and handles special commands like "alias", "unalias", and "source". It also counts the number of commands, script lines, and commands that contains quotes. It uses a stack to check for quotes in the input.

Language: C - Size: 49.8 KB - Last synced at: 25 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

yousefkotp/Linux-Shell

An implementation of a Linux shell using the Linux system calls fork(), execvp(), wait(), and exit(). The input is tokenized using the flex tool and parsed using the yacc parser.

Language: C++ - Size: 108 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0