Skip to content

This project aims to create a simple shell via C Programming Language

Notifications You must be signed in to change notification settings

umutcanceyhan7/simple_shell_with_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

simple_shell_with_C

This project aims to create a simple shell via C Programming Language

Our basic shell consists of these built-in commands listed below

  1. cd
  2. dir
  3. history
  4. bye

Other commands is considered as system commands.

Extras

Foreground and background processes are implemented. This basic shell can only handle single pipe operation.

Some commands that you can try via shell, is listed below. Have fun!

  • ls -al
  • ls -l | wc -c
  • ls -l | sort
  • gedit &

About

This project aims to create a simple shell via C Programming Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages