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