Skip to content

atharvark960/simple-unix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple-unix-shell

This project, aims to develop a simple Unix shell in the C programming language. A Unix shell is a command-line interpreter that provides a user interface for accessing and managing the operating system's services. The shell will follow the standard read-parse-execute loop, which is fundamental to most shell environments. This loop consists of reading user input, parsing the command and its arguments, and executing the command. The shell will support essential features such as handling built-in commands, executing external programs, managing input/output redirection, and handling background processes.

To get started with this project:

-- Clone the repo -- compile the 'main.c' file -- execute the object file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages