Skip to content

MallaSailesh/C-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

C-Shell

Programming Shell using c language

for executing :- gcc -g echo.c main.c pwd.c shellprompt.c changedir.c token.c ls.c history.c pinfo.c discover.c system_commands.c -o main (mentioned in makefile)

The following are done in this project :-

  • commands :- cd , pwd, echo , ls
  • foreground , background processes
  • pinfo command
  • discover command
  • history :- it stores max 20 commands and outputs last 10 commands entered when history command was entered
  • input/output redirection and pipes
  • user defined commands :- sig , jobs , fg , bg
  • signal handling :- control C , control D

About

programming shell in c language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published