Created
January 22, 2018 12:17
-
-
Save PaulChana/d85c6be2c9ccefecfc33776382b77820 to your computer and use it in GitHub Desktop.
[Return to start of line] Return to the start of the command line #bash #shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
returnToStartOfLine() | |
{ | |
printf "\b\r" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment