Skip to content

Instantly share code, notes, and snippets.

@aborruso
Last active October 6, 2020 13:26
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 aborruso/88a05b8ee871654be7c1d1ba480d141a to your computer and use it in GitHub Desktop.
Save aborruso/88a05b8ee871654be7c1d1ba480d141a to your computer and use it in GitHub Desktop.

Questo gist

L'ho usato per inserire il comando di esempio di cui parlo in questo blog post.

xsv search -s Lat '(^37\.9.*$|3[8-9]\..*$|^40\.0.*$|^40\.1[0-4].*$|^40\.150*$)' population_ita_2019-07-01.csv | \
xsv search -s Lon '(^15\.[6-9].*$|^16\..*$|^17\.[0-1].*$|^17\.2[0-4]$|^17\.25[0]*$)' | \
xsv search -s Population '[^0.0]' >output.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment