Skip to content

arjun-shettigar1605/Shell-using-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAVA SHELL

About:

This Java shell program simulates a basic Unix-like shell build using the base setup provided by CodeCrafters. It supports fundamental shell commands and can execute external programs.

Features:

  1. cd : Changes the current working directory to the specified path.
  2. pwd: Prints the current working directory.
  3. echo : Outputs the provided text to the console.
  4. type : Displays whether a command is a shell builtin or finds its executable path if it is not.
  5. exit: Exits the shell program.

Contribution:

Feel free to fork the repository and contribute to the project. Pull requests are welcome :)

About

Personalized Shell using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published