Skip to content

This project is about creating a simple shell in C.

Notifications You must be signed in to change notification settings

servettonga/mini_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

A simple Unix shell implementation written in C, recreating basic functionalities of bash.

Features

  • Command execution with absolute and relative paths
  • Builtin commands: echo, cd, pwd, export, unset, env, exit
  • Signal handling (ctrl-C, ctrl-D, ctrl-\)
  • Input/Output redirections (<, >)
  • Pipes (|)
  • Environment variables
  • Command history
  • Quote handling (single and double)
  • Exit status $?

Brief overview

minishell_bg

About

This project is about creating a simple shell in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published