Last active
May 24, 2021 18:38
-
-
Save pisculichi/1ddc00f01d8dd00607699c74aad7f31d to your computer and use it in GitHub Desktop.
Todos los partidos de la fase de grupos ordenados por fecha
This file contains 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
for ((i=1;i<9;i++)); do ./libertadores.sh grupo $i; done | grep . | grep -e "Local" -e "Fecha" -e "GRUPO" -v | sort -t "|" -k7.8,7.12 -k7.5,7.6 -k7.2,7.3 -k8.2,8.3 -k8.5,8.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment