Re: [9fans] union directories exploration

2012-09-18 Thread cinap_lenrek
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}' >

[9fans] union directories exploration

2012-09-18 Thread Bakul Shah
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

Re: [9fans] Watch?

2012-09-18 Thread yang.zhao
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.

Re: [9fans] Watch?

2012-09-18 Thread 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

Re: [9fans] Watch?

2012-09-18 Thread yang.zhao
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.

Re: [9fans] Watch?

2012-09-18 Thread Rob Pike
go get code.google.com/p/rsc/cmd/Watch

[9fans] Watch?

2012-09-18 Thread Jason Catena
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

Re: [9fans] Acme: the way the future actually was

2012-09-18 Thread michaelian ennis
Ah. Cedar. http://research.swtch.com/acme.pdf Ian