Skip to content

Shell development in the C language to simulate shells of the Linux operating system

Notifications You must be signed in to change notification settings

masiiie/shell-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Machine Programming II Project

Shell development in the C language to simulate shells of the Linux operating system.

Functionalities

  • It print a Linux similar promt ($).
  • It run commands and print their output.
  • It run cd command and it change directory.
  • It redirect standard input and output of commands to / from files with >, <, >>.
  • It redirect the standard output of one command to the input of another with a | pipe.

About

Shell development in the C language to simulate shells of the Linux operating system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages