This program will read and execute commands entered by a user or provided by a script. It acts as an interface between the user and the operating system, translating commands into actions like running programs or managing files. This includes comm…
This program will read and execute commands entered by a user or provided by a script. It acts as an interface between the user and the operating system, translating commands into actions like running programs or managing files. This includes command-line shells that process commands line by line.
I used a little bit of ChatGPT to help me debug. i was facing a few errors so i used that AI to help me understand the problems.