Skip to content

A shell is simply a program that conveniently allows you to run other programs. The shell supports the following: 1)The internal shell command exit which terminates the shell. 2)A command with no arguments. 3)A command with arguments. 4)A command, with or without arguments, executed in the background using &. Assigned 26/10/2021, Due 3/10/2020

Notifications You must be signed in to change notification settings

OmarHariry/Simple-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple-Shell

A shell is simply a program that conveniently allows you to run other programs. The shell supports the following: 1)The internal shell command exit which terminates the shell. 2)A command with no arguments. 3)A command with arguments. 4)A command, with or without arguments, executed in the background using &. compile the program using: g++ main.cpp -o .x

About

A shell is simply a program that conveniently allows you to run other programs. The shell supports the following: 1)The internal shell command exit which terminates the shell. 2)A command with no arguments. 3)A command with arguments. 4)A command, with or without arguments, executed in the background using &. Assigned 26/10/2021, Due 3/10/2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages