A terminal simulator with basic commands like ls
, cd
, pwd
, and exit
in a GUI environment.
ls
to list files in the current directory.cd directory_name
to change the current directory.pwd
to show the current directory path.exit
to close the terminal.