A command-line interpreter that mimics basic operating system commands. This project allows users to interact with the system through various commands like ls, mkdir, cat, etc. It is designed for educational purposes to simulate the functionality of real-world command-line tools.
- Simulated commands like
ls,mkdir,cat, etc. - Command parsing and execution
- Java
- Clone the repository:
git clone <repo-url> - Build the project:
mvn clean install - Run the application:
java -jar CommandLineInterpreter.jar
MIT License