A C program to act like a small shell that processes single commands entered by the user. In particular, the program assembles the command and execute it. The commands/programs location can be anywhere in $PATH and might have arguments. E.g., if the input-line entered by the user is ls -F your program should assemble this command-lines and execute it.
-
Notifications
You must be signed in to change notification settings - Fork 0
A C program to act like a small shell that processes single commands entered by the user. In particular, the program assembles the command and execute it. The commands/programs location can be anywhere in $PATH and might have arguments. E.g., if the input-line entered by the user is ls -F your program should assemble this command-lines and execu…
roadrunner20/myShell
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A C program to act like a small shell that processes single commands entered by the user. In particular, the program assembles the command and execute it. The commands/programs location can be anywhere in $PATH and might have arguments. E.g., if the input-line entered by the user is ls -F your program should assemble this command-lines and execu…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published