Skip to content

FredyR4zox/Mini-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Mini Shell

First project for the subject Operating Systems, which consisted in developing a basic shell.

Compilation

$ gcc my_prompt.c -lreadline -o my_prompt

Usage

The following commands where implemented:

  • cd
  • exit
  • input/output redirection - |, <, >
  • background execution - &

Example:

$ ./my_prompt
my_prompt$ cat < my_prompt.c | grep fork > test.txt

Files

  • my_prompt.c - Program made by me.
  • parser.h - Parser given by the teacher.

Authors

  • Frederico Emanuel Almeida Lopes - up201604674 - FredyR4zox

About

First project for Operating Systems - Basic Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages