Skip to content

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…

Notifications You must be signed in to change notification settings

roadrunner20/myShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

myShell

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.

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

No packages published

Languages