Code Monkey home page Code Monkey logo

simple_shell's Introduction

Wicksh Simple Shell Project

This serves as a straightforward Unix command line interpreter crafted as a component of the Simple Shell initiative at ALX School.

Overview

The Simple Shell functions as a fundamental command-line shell capable of executing basic Unix commands. It is meticulously designed to fulfill the project's specifications and educational objectives. The project encompasses various tasks, each progressively building upon the previous one to augment the shell's capabilities.

#Table of Contents

  1. Project
  2. Instruction
  3. Prerequisites
  4. Usage

Project Tasks

  • Task 0: Eliciting pride from Betty
  • Task 1: Simple shell 0.1
  • Task 2: Simple shell 0.2
  • Task 3: Simple shell 0.3
  • Task 4: Simple shell 0.4
  • Task 5: Simple shell 1.0
  • Task 6: Simple shell 0.1.1 (Advanced)
  • Task 7: Simple shell 0.2.1 (Advanced)
  • Task 8: Simple shell 0.4.1 (Advanced)
  • Task 9: setenv, unsetenv (Advanced)
  • Task 10: cd (Advanced)
  • Task 11: ; (Advanced)
  • Task 12: && and || (Advanced)
  • Task 13: alias (Advanced)
  • Task 14: Variables (Advanced)
  • Task 15: Comments (Advanced)
  • Task 16: File as input (Advanced)

Getting Started

These instructions will guide you in setting up and running the simple shell on your local machine.

Prerequisites

  • A system with Ubuntu 20.04 LTS.
  • GCC compiler.
  • Proficiency in Unix commands and C programming.

Installation

To compile the shell, execute the following command:

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh

simple_shell's People

Contributors

kofilolx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.