Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Created January 22, 2018 12:17
Show Gist options
  • Save PaulChana/d85c6be2c9ccefecfc33776382b77820 to your computer and use it in GitHub Desktop.
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
returnToStartOfLine()
{
printf "\b\r"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment