Skip to content

Instantly share code, notes, and snippets.

@sebolio
Created August 12, 2015 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebolio/e489fffe87d5e5620333 to your computer and use it in GitHub Desktop.
Save sebolio/e489fffe87d5e5620333 to your computer and use it in GitHub Desktop.
borrar output de un curl
añadirle esta línea al archivo, esto lo usé en mi script llamable desde bash
esto borrará las últimas 3 líneas impresas en el terminal
printf "\r\e[K\e[1A\e[K\e[1A\e[K">> index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment