weecology / portalPredictions

Using various models to forecast abundances at Portal
MIT License
9 stars 8 forks source link

Avoid exceeding ARG_MAX by using a for loop #414

Closed henrykironde closed 8 months ago

henrykironde commented 1 year ago

@juniperlsimonis, the wild card caused the problem. we were generating all the commands at the same time. Here we get a list of the files, and we apply cp command one file at a time.