Basic Commands
The main reason Ferminal was created is to provide a simple and efficient way to manage your development environment. but you might be confused about how to use it.
This guide will help you get started with the basic commands.
| Commands | Description | Real Commands |
|---|---|---|
| b | Clear terminal screen | cls |
| l | List files and directories | dir |
| w | Show working directory | pwd |
| e | Echo, print text to the terminal | echo |
| d | Change directory | cd |
| k | Make a folder | mkdir |
| f | Make a file | type nul > "" |
| m | Delete folder | rmdir |
| n | Delete file | del |
| v | Move a file or directory | move |
| c | Copy a file or directory | copy |
| u | Show file contents | type |
| x | Exit from Ferminal | exit |
| p | Ping a host/domain | ping |