Plan 9 from Bell Labs’s /usr/web/sources/contrib/someone/root/rc/bin/pxeof
#!/bin/rc rfork e if(~ $1 '-'*){ echo >[1=2] 'usage: pxeof [host ...]' exit usage } for(i) for(e in `{ndb/query -m sys $i ether}){ pxe = /cfg/pxe/$e if(test -e $pxe) B $pxe } exit ''