Skip to content

SaumyaRawat/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

To run:
gcc shell.c
./a.out

Inbuilt functions that have been implemented:
history: shows the names of all executed commands so far
cd: Default behaviour of cd has been implemented. So if no path is supplied to cd it changes directory to /home/ by default.
pwd
echo
pinfo
fg
overkill
kjobs

On running a ./a.out inside the shell it executes as normal and on quit it has been set to the quit the main terminal as well

About

Basic Shell Functionality with a few inbuilt commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages