Project

General

Profile

« Previous | Next » 

Revision 4694

Removed no longer used join_union_sort

View differences:

bin/join_union_sort
1
#!/bin/sh
2
# Inner-joins two map spreadsheets and automatically appends the joined map when
3
# the input map is a derivative of the joined map. Sorts in the standard order.
4

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

  
7
"$selfDir/join" "$@"|env ignore=1 "$selfDir/union" "$@"|"$selfDir/sort_map"
8 0

  

Also available in: Unified diff