Revision 14445
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/exports/viewFullOccurrence_VegBank.csv.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/runscripts/extract.run "$@" |
3 |
|
|
4 |
: "${n=5000}" |
trunk/exports/viewFullOccurrence_NCU.csv.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/runscripts/extract.run "$@" |
3 |
|
|
4 |
: "${n=5000}" |
trunk/exports/viewFullOccurrence_CVS.csv.run | ||
---|---|---|
1 | 1 |
#!/bin/bash -e |
2 | 2 |
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/runscripts/extract.run "$@" |
3 |
|
|
4 |
: "${n=5000}" |
Also available in: Unified diff
fix: exports/viewFullOccurrence_*.csv.run: need to limit # rows to 5000 as requested by Bob