██████╗██╗ ██╗ █████╗ ██████╗ ██╗ ██╗███████╗███╗ ██╗████████╗██╗ ██╗██████╗ ███████╗███████╗ ██╔════╝██║ ██║ ██╔══██╗██╔══██╗██║ ██║██╔════╝████╗ ██║╚══██╔══╝██║ ██║██╔══██╗██╔════╝██╔════╝ ██║ ██║ ██║█████╗███████║██║ ██║██║ ██║█████╗ ██╔██╗ ██║ ██║ ██║ ██║██████╔╝█████╗ ███████╗ ██║ ██║ ██║╚════╝██╔══██║██║ ██║╚██╗ ██╔╝██╔══╝ ██║╚██╗██║ ██║ ██║ ██║██╔══██╗██╔══╝ ╚════██║ ╚██████╗███████╗██║ ██║ ██║██████╔╝ ╚████╔╝ ███████╗██║ ╚████║ ██║ ╚██████╔╝██║ ██║███████╗███████║ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚═╝╚═════╝ ╚═══╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝
______ __ ____ / \ | | |_ _ | | ,----' | | | | | | | | | | | `----. | `----. _| |_ \______| |_______||_____| Adventures v1.0
Welcome to CLI Adventures - Learn terminal commands through interactive exploration! You're in your home directory. Type help
to see available commands.
ls
- List directory contentscd [dir]
- Change directorycd ..
- Go to parent directorycd ~
- Go to home directorycat [file]
- View file contentspwd
- Print working directorymkdir [dir]
- Create directorytouch [file]
- Create empty filerm [file]
- Remove filemv [src] [dst]
- Move/rename filecp [src] [dst]
- Copy fileunzip [file.zip]
- Extract zip fileclear
- Clear the terminalreset
- Reset the gamehelp
- Show help