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 14 November 2022 00:35:14 by Tamarine
Updated 16 November 2022 03:21:35 by Tamarine