Question: Is it possible to write a new command interpreter using a high-level programming language other than C (for example, using Java, Python, or Go)? A

  1. Is it possible to write a new command interpreter using a high-level programming language other than C (for example, using Java, Python, or Go)?
  2. A shell command can be either an external command (implemented in another program and run in new process) or an internal command (implemented within a shell as a function or a block of code). Given the following commands, how would you implement them?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Answer Yes it is possible to write a new command interpreter using a highlevel programming language other than C such as Java Python or Go Many modern ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Operating System Questions!