this has been done before. i can't remember who wrote it
and i couldnt find it in the contrib index.
#!/bin/rc
fn get_dirs {
tmp = /tmp/$pid ^_dirs
echo -n > $tmp
for (f in `{du -nf $root_in | awk '{print $2}' })
ls -l $f | grep '^d' | awk '{print $10}' >
I think I understand plan9 union directories but find them
limiting for some uses. Consider
term% mkdir -p a1/b/c a1/b/d a2/b/c a2/b/e
term% touch a1/b1 a2/b2 a1/b/c1 a2/b/c2
term% du -a a1
0 a1/b1
0 a1/b/c
0 a1/b/d
0 a1/b/c1
0 a1/b
0 a1
term% du -a a2
0
I see, thank you~
2012/9/19 Francisco Souza
> On Tue, Sep 18, 2012 at 9:47 PM, yang.zhao wrote:
> >
> > The page you asked for does not exist.
> > .
>
> Yes, it does not exist. You have to run the command:
>
> % go get code.google.com/p/rsc/cmd/Watch
>
> --
> -fss
>
>
--
K.I.S.S.
On Tue, Sep 18, 2012 at 9:47 PM, yang.zhao wrote:
>
> The page you asked for does not exist.
> .
Yes, it does not exist. You have to run the command:
% go get code.google.com/p/rsc/cmd/Watch
--
-fss
The page you asked for does not exist.
.
2012/9/19 Rob Pike
> go get code.google.com/p/rsc/cmd/Watch
>
>
--
K.I.S.S.
go get code.google.com/p/rsc/cmd/Watch
Where can I find the Watch command Russ showed in the Acme video? It
doesn't seem to be in Inferno, in plan9port as far as I could tell, or
noted in the contrib index.
Or is it left as an exercise for the viewer? ;)
Jason Catena
Ah. Cedar.
http://research.swtch.com/acme.pdf
Ian