Back

CS 100: RShell Project: Linux commands

October 2019 - December 2019

Project link: here.

With 1 other partner, I made a Linux/Unix shell that can do several Linux/Unix commands.

The shell can do the ls and echo commands. The shell can also do certain && and || commands.

Examples of commands that the shell can run include:

  1. test -d /etc/aliases (test to see if file /etc/aliases exists)
  2. cat lsOut.txt (read a file named lsOut.txt)

Home Page