Skip to content

TheFluffyBoi2/C-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

C-Shell (OS-Project)

Socialy logo

Basic shell made in C for the Operating System course.

Table of Contents:

Installation

  1. Clone the repository:
    git clone https://github.com/TheFluffyBoi2/C-Shell.git
  2. Compile the code using GCC:
    gcc Shell.c -o shell
  3. Run the shell:
    ./shell

Features

  1. Basic shell commads:
    ls -l path_name
  2. Piping:
    cat example.txt | sort
  3. Redirection:
    cat example.txt > result.txt

About

Basic Shell made in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages