Mercurial > hg > cc > cirrus_home
view bin/doS2T.sh @ 184:53a8ffe06460
use csing, and _runme_c.sh to get it initialised
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 08 Sep 2023 21:44:48 +0100 |
parents | 2643a6825f17 |
children |
line wrap: on
line source
#!/usr/bin/bash # Usage: doS2T.sh node task cc resdir segs workd dbfile node=$1 task=$2 cc=$3 resdir=$4 segs=$5 workd=$6 dbfile=$7 f=${dbfile%.db} i=${f#*cdx} echo "> $node.$task: $segs $i" sqlite3 $dbfile ".mode tabs" ".once $workd/$i.tsv" "select count(*),* from props group by segment,ftype,https,nlangs" ".quit" echo "< $node.$task: $segs $i";