Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tai-shell

A simple shell written in C for educational purposes in the Operating Systems discipline.

Requirements:

  • $ prog: Shell waits for the child process.
  • $ prog &: Program runs in the background to avoid zombie processes.
  • $ prog parameters: Use strtok() to handle parameters.
  • $ prog parameters &: Program runs in the background.
  • $ prog [parameters] > file: Redirect output to a file using dup2().
  • $ prog1 / prog2: Execute program with a pipe.

Aditional

  • cd bultin command
  • exit bultin command

Created by Eduardo Souza Malagutti and Vitor Taichi Taira as an exercise in UFScar's Operating Systems course.

About

An simple shell written in C for educational purposes in Operational Systems dicipline

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages