Revision 9781
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record_plants/run | ||
---|---|---|
146 | 146 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
147 | 147 |
# note that incremental output is provided right away with --quick (unbuffered), |
148 | 148 |
# but takes awhile to become visible in Macfusion sshfs |
149 |
# |
|
150 |
# to view runtime when using `screen`: |
|
151 |
# press Ctrl-A [ , use up-arrow, and then press Esc to leave copy mode |
|
149 | 152 |
{ |
150 | 153 |
echo_func; set_make_vars; check_target_exists |
151 | 154 |
|
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record_plants/run: table.tsv/make(): documented how to view the runtime when using `screen` (press Ctrl-A [ , use up-arrow, and then press Esc to leave copy mode)