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


Revision #1
Created 2022-11-14 00:35:14 UTC by Tamarine
Updated 2022-11-16 03:21:35 UTC by Tamarine