Echo Clear Previous Line
The escape string \033[0K
will clear the entire line, this string are cross-platform so it will work on zsh, bash, ...etc.
For zsh you can use the string \e[0K
instead of 033
The escape string \033[0K
will clear the entire line, this string are cross-platform so it will work on zsh, bash, ...etc.
For zsh you can use the string \e[0K
instead of 033
No Comments