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