Revision 923
Added by Aaron Marcuse-Kubitza almost 13 years ago
review | ||
---|---|---|
8 | 8 |
|
9 | 9 |
mkdir -p for_review |
10 | 10 |
|
11 |
for in in *.{specimens,organisms,plots}.csv; do
|
|
11 |
for in in *-VegBIEN.*.csv; do
|
|
12 | 12 |
../bin/review <"$in" >"for_review/$in" |
13 | 13 |
done |
Also available in: Unified diff
mappings/review: Generalized to convert all mappings to VegBIEN, not just a specific listed set (which was out of date)