MSMohammad Salahinsalahbeeh.hashnode.dev·Jun 10, 2022 · 3 min readTerminal vs. shell vs. CLI vs. PromptTerminal: Short answer: It’s an application that we use when we type in commands to a command-line application or shell of any kind. It basically listens for keyboard input. But the terminal itself doesn't know what to do with that input. So whatever...00