  585  ( set -x; svn up ../; directory-metadata; tail -n +2 algorithms.tsv | while read LINE; do ( tail -n +2 emulators.tsv | while read LINE2; do echo -e "${LINE}\t${LINE2}"; done ) ; done | awk -F'\t' '{OFS=FS; print $1" in "$3, $0}' | cat <(echo -e "Key\tAlgKey\tAlgorithm\tArchitecture\tEmulator") - > algorithm-architecture-pairs.tsv ) 2>&1 | tee algorithm-architecture-pairs.tsv.log
