Skip to content

aytero/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

A simple Shell implementation.

To launch:

make && ./minishll



###Avaliable options

  • Run an executable with arguments/options from absolute, relative or environment PATH
  • Command history
  • Builtin commands
    • echo [-n]
    • cd
    • pwd
    • export
    • unset
    • env
    • exit
  • Redirections
    • <
    • >
    • <<
    • >>
  • Pipes |
  • Expanding environmental variables ($...)
  • $? expands to most recent exit status
  • Signals
    • ctrl-C
    • ctrl-D
    • ctrl-\
  • " and ' syntax

About

A simple Shell implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published