Skip to content

A basic shell was developed in Operating system Course.

Notifications You must be signed in to change notification settings

M-K-Arshad/Basic-OS-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic OS Shell

This program was developed in Operating system Course using c language. It is a basic os terminal-like shell where following commands are supported

  • ls
  • pwd
  • push
  • pop
  • cd
  • exit

How to Run?

This is Unix/Linux based program. You can run following command to compile it.

gcc sh.c -o myshell.o

To run the compiled executable run the following command.

./myshell.o

Sample Run

Some commands are demonstrated in the picture below. image

About

A basic shell was developed in Operating system Course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages