Project

General

Profile

« Previous | Next » 

Revision 261

join_sort: Sorts a join on the output col

View differences:

scripts/util/join_sort
1
#!/bin/bash
2
# Inner-joins two map spreadsheets and sorts the output on the output column
3

  
4
selfDir="$(dirname -- "$0")"
5

  
6
"$selfDir/join" "$@"|"$selfDir/sort" 1 0
0 7

  

Also available in: Unified diff