To stop the script running in your terminal, you can use the following method:
- Press
CTRL + C: This key combination sends an interrupt signal to the running process in the terminal, which will terminate the script immediately.
This is a common way to stop scripts or commands that are running in the terminal on Linux and other Unix-like systems.
