Skip to content

Instantly share code, notes, and snippets.

@pisculichi
Last active May 24, 2021 18:38
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 pisculichi/1ddc00f01d8dd00607699c74aad7f31d to your computer and use it in GitHub Desktop.
Save pisculichi/1ddc00f01d8dd00607699c74aad7f31d to your computer and use it in GitHub Desktop.
Todos los partidos de la fase de grupos ordenados por fecha
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