Hello,
How to understand 'd' flag in plan9.log ? for example,
term% cp -x /n/sources/plan9/dist/replica/plan9.log x term% grep acme.pdf x 1105569811 12923 d sys/doc/acme/acme.pdf - 664 sys sys 1020011999 0 term%
I have believed the 'd' means "delete". However I have noticed:
term% cp -x /n/sources/plan9/dist/replica/plan9.db y
term% grep acme.pdf y
sys/doc/acme/acme.pdf - 664 sys sys 1020384351 117006
term% ls -l /n/sources/plan9/sys/doc/acme/acme.pdf
--rw-rw-r-- M 84 glenda sys 117006 May 3 2002 /n/sources/plan9/sys/doc/acme/acme.pdf
-bash$
that is, /sys/doc/acme/acme.pdf in sources exists.
Kenji Arisawa
