Skip to content

natimks/shell-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Shell in C

Features

  • cd: to change directory;
  • exit: to end the shell;
  • if the user types the & (“ampersand”) character, the interpreter returns immediately to read the next command, that is, it does not wait for the child process to end;
  • execvp command: to execute other commands, such as ls, ls -l, top.

About

Simple Shell in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages