ezeisraeljohn / simple_shell

The ALX Simple shell project by Faith Oyama and Eze Israel John
1 stars 0 forks source link

Write a UNIX command line interpreter. #2

Open ezeisraeljohn opened 8 months ago

ezeisraeljohn commented 8 months ago

Usage: simple_shell Your Shell should:

Display a prompt and wait for the user to type a command. A command line always ends with a new line. The prompt is displayed again each time a command has been executed. The command lines are simple, no semicolons, no pipes, no redirections or any other advanced features. The command lines are made only of one word. No arguments will be passed to programs. If an executable cannot be found, print an error message and display the prompt again. Handle errors. You have to handle the “end of file” condition (Ctrl+D)

VALUE-95 commented 8 months ago

I believe you're good on this ✅