Skip to content

sohamghosh1509/POSIX_Shell_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

POSIX Shell Implementation

  1. The commands implemented in the shell program are: echo,cd,pwd,ls,pinfo,search
  2. Foreground and background processes have also been implemented.
  3. The main.cpp file consists of the shell program which includes several methods including main().
  4. Error handling has been done for some of the commands and operations used in implementing the commands.

Execution

By executing the following commands in the terminal (LINUX) you can run the shell program:


g++ main.cpp

./a.out


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages