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