Mercurial > hg > paul
diff bin/boxi.sh @ 0:2aa53823fb21
new repo
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Sat, 06 Jun 2026 10:19:04 +0100 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/boxi.sh Sat Jun 06 10:19:04 2026 +0100 @@ -0,0 +1,6 @@ +#!/bin/bash +# sed replaces empty Pgm Code fields +ls -lt /c/Users/ht/Downloads/PG?Applications?List?for*.xls | head -1 +xls2tsv.pl "`ls -t /c/Users/ht/Downloads/PG?Applications?List?for*.xls | head -1|tr ' ' '?'`" | cut -f 2- | \ + sed 's/students /students /;s/\( S[0-9][0-9][0-9][0-9][0-9][0-9][0-9] \) /\1/'| ~/lib/python/boxi.py +
