/ksh

Terminal Shell written in C

Primary LanguageC

KSH

KSH (Kavi Shell) is a simple shell written in C Based on tutorial by Stephen Brennan

What I Learned

  • How shell languages interpret input and execute system calls
  • String parsing

Basic Functionality

  • read
  • parse
  • exec
  • fork
  • wait

Built-in

  • cd
  • help
  • exit