Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active August 29, 2015 14:09
Show Gist options
  • Save abarth500/73728115e40a819956dc to your computer and use it in GitHub Desktop.
Save abarth500/73728115e40a819956dc to your computer and use it in GitHub Desktop.
Flickr Photostream Datasetから「特定のエリアのデータ全て」を「1つのディレクトリ」へコピーする
find /drobo/yokolab/dataset/flickr_yokoyama/NewYork/ -name "*.geojson" -type f -print0 | xargs -0 -i% cp % ./NewYork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment