costaste / Unix_Shell

Unix shell recreation based off a school project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix_Shell

Unix shell recreation based off a school project

How to use:

  • First, run command 'make' to create executable
  • nush$ will launch
  • Type shell commands
  • Current available operators are:
    • < redirect input
    • > redirect output
    • | pipe
    • & background
    • && and
    • || or
    • ; semi (chain commands together)

Tests

  • Run make test in project directory
  • Test 14 will fail due to no parenthesis support

About

Unix shell recreation based off a school project


Languages

Language:C 81.4%Language:Perl 10.7%Language:Shell 5.2%Language:Makefile 2.8%