Skip to content

A practice of simple Linux shell, grammer analysis, pipe and input/output redirection.

Notifications You must be signed in to change notification settings

Xieemily/Simple-Linux-Shell

Repository files navigation

A simple shell program for practice.

RUN: $chmod +x shell $./shell

Grammar analysis using flex and bison, shell.y and shell.l

functionalities:

  • built-in command: cd, exit
  • other command by calling execvp()
  • pipe, input/output redirection

About

A practice of simple Linux shell, grammer analysis, pipe and input/output redirection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published