Revision 348
Added by Aaron Marcuse-Kubitza about 13 years ago
bin/join_sort | ||
---|---|---|
1 |
#!/bin/bash
|
|
1 |
#!/bin/sh |
|
2 | 2 |
# Inner-joins two map spreadsheets and sorts the output on the output column |
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
Also available in: Unified diff
join_sort: Use /bin/sh instead of /bin/bash