Skip to content

A simple C linux shell implementation with redirection and pipelines.

Notifications You must be signed in to change notification settings

Stolichnayer/linux-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

linux-shell

A simple C linux shell implementation with redirections & pipelines.

Features

  • Supports all binary commands in "/bin/" path)
  • Input redirection from file with "<" after the command
  • Output redirection (Create or replace) to file with ">" after the commmand.
  • Output redirection (Create or append) to file with ">>" after the command.
  • Pipeline of max 2 commands, with "|" between them.

Screenshot

TODO

  • Pipeline for more than 2 commands.

About

A simple C linux shell implementation with redirection and pipelines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published