ref: bcfca7787fbf3907569fd35e0785e0030fe5388d 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 } '