Simple shell Features Run command in the background by ending the command with & Redirect input with < and redirect output with > Communicate with pipe | Store command history Run last executed command with !! Compile In the project directory, run $ make Clean $ make clean