Hello,
I tried to locate the place where 'vf' is called (on p9p) with the commands:
On 8 January 2013 16:27, erik quanstrom <quanstro@quanstro.net> 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
>
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