#!/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

