exit — Exit the shellcd <directory> — Change the current working directorypwd — Print the current working directoryecho <message> — Print a message to the terminaltype <command> — Show whether a command is built-in or notls — List all files and subfolders in the current directoryls, cat, grep, etc., that are available in the system’s PATH.java and javac are available in your terminal.Posted Jul 14, 2025
Developed a basic Unix shell environment in Java.