Revision 193
Added by Aaron Marcuse-Kubitza almost 13 years ago
join_all_vegbank | ||
---|---|---|
8 | 8 |
type="${map%.*}" # remove extension |
9 | 9 |
type="${type#*.}" # remove up to last "." |
10 | 10 |
../scripts/util/join <"$map" "VegX-VegBank.$type.csv"|\ |
11 |
../scripts/util/sort 1 >"${map/VegX/VegBank}" # sort on output col |
|
11 |
../scripts/util/sort 1 0 >"${map/VegX/VegBank}" # sort on output col
|
|
12 | 12 |
done |
Also available in: Unified diff
join_all_vegbank: Sort output by both columns