ref: 9a01a24aa53d55dc1f3c4a7c4bee13fe60b6467a dir: /rc/bin/delkey/
#!/bin/rc rfork e ctl = /mnt/factotum/ctl sed 's/ ![0-9a-zA-Z_]+\??/ /g; s/''/''''/g; s/ +$//' $ctl | \ awk -v 'ctl='^$ctl ' { printf "echo ''del%s'' > %s\n", $0, ctl } '