2013/1/9 Rudolf Sykora > Hello, > > On 8 January 2013 16:27, erik quanstrom wrote: > > vf is no longer useful. on plan 9 /mail/lib/qmail calls it. > > i bet there's similar in p9p and it could be replaced with > > cat. > > > > - erik > > > > I tried to locate the place where 'vf' is called (on p9p) with the > commands: > > cd $PLAN9/src > 9 du -a . |awk '{print $2}' | xargs -I foo grep vf foo /dev/null | > grep -v Binary > > but it seems it didn't hit anything useful... > what is it that I am assuming that is wrong? > > Thanks! > Ruda > > that it is called from C code. try $PLAN9/mail/lib -bence