Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is jiny's shell

A shell is the software that provides the interface between the user and the system in an operating system.

The key features…

  1. redirection (<, >)
  2. heredoc (<<)
  3. pipe (|)
  4. operator (||, &&)
  5. wildcard (*)
  6. environment variable ($)
  7. builtin (echo, cd , pwd, export, unset, env, exit)
minishell.mov

Requirement

build and run the program:

  • Clang
  • GNU Make
  • GNU readline

Installation

brew install readline

What I learned…

  • Official documentation reading comprehension
  • Parsing strings
  • Interprocess pipe communication
  • Handling signaling in parent and child processes
  • Pair programming, Four keyboards and one screen

Members

박지윤

✅지준혁

김한빈

서채원

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages