Last active
August 31, 2018 19:07
-
-
Save nallegrotti/53be48ac3be1521d0e3c4fba573e0b3d to your computer and use it in GitHub Desktop.
El dolar en su terminal
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
alias dolar="curl 'www.dolarhoy.com' 2>/dev/null | grep 'Compra <span ' | sed 's/.*\\\$/\\\$/' | sed 's/<\\/span.*//'" |
Cambie la fuente porque Santander actualiza poco y lento
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excelente