Mercurial > hg > paul
view 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 source
#!/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
