TheGashrod / Shell-project

Creating a shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell-project

Simple implementation of a shell

Features

  • Launch programs
  • Change working directory with cd
  • Redirect output to a file with > filename
  • Redirect input from a file with < filename
  • Redirect both input and output at the same time
  • Pipe commands
  • Launch jobs in background
  • Implement cp and mkdir

About

Creating a shell


Languages

Language:C 98.5%Language:Makefile 1.5%