Skip to content

Hliran207/shell_c_linuxCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell implemantation in c for linux: 
to compile the program:
1. gcc HW2.c functions.c -o shell
2. gcc -o tree tree.c
3. ./shell

About

custom Linux shell written in C, supporting command parsing, process management, pipes, and redirection. Implements core shell functionality using system calls like fork, execvp, and wait, with built-in commands like cd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages