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
-
Notifications
You must be signed in to change notification settings - Fork 0
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
OmarHariry/Simple-Shell
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 0
No packages published