ioos / ioosngdac

IOOS National Glider Data Assembly Center (V2)
https://ioos.github.io/ioosngdac/
8 stars 18 forks source link

fix nested aoml directories #131

Closed kerfoot closed 6 years ago

kerfoot commented 6 years ago

@benjwadams need to fix the 4 SG* nested glider directories. Something like this for the find:

find . -mindepth 3 -maxdepth 3 -type d

and then move all NetCDF files from the nested directories up one level and delete the nested directories

benjwadams commented 6 years ago

Nested directories have been deleted.