Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Unix command shell

A command shell implemented in C using Linux system calls.

Features:

  • Pipes
  • Internal commands: exit, cd, source, echo
  • Input/output redirection
  • Ctrl + C handling
  • ; for command separation
  • & for background processes

Build

gcc a.c -Wall -Wextra -o shell
./shell

About

Unix command shell in C: pipes, redirection, background jobs, signal handling

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages