I'm trying to write a script where I want to make a countdown of three seconds (probably with the sleep command), but every second I want to display the text "break".
After every second, I want to display a countdown next to the word "break", but the line of text should stay in place. The word "break" must stay in one place; only the number should change.