Skip to content

Sanchit-kumar/Unix-commands-simulation-system-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix-commands-simulation-system-programming

C programming to simulate a bash shell functionality of the following unix commands:

  • ls
  • ps
  • cp
  • mv
  • grep

These commands are to be implemented explicitly using C and executed via myshell
process. Already existing implementation of these commands in bash such as by using
system() is not used. Implemented code has 4 to 5 options implementation per command.
Developed shell also remember the recently used commands. The recently used
commands can be available when using UP and DOWN arrows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published