[9fans] rc file name matching

2011-02-16 Thread hugo rivera
Hi, In rc *hola* matches any file that contains the word 'hola'. Is there any way to match all the files that don't contain 'hola' in its name? with awk and grep it's easy, but I can't figure out with rc. -- Hugo

Re: [9fans] rc file name matching

2011-02-16 Thread erik quanstrom
On Wed Feb 16 09:59:31 EST 2011, uai...@gmail.com wrote: Hi, In rc *hola* matches any file that contains the word 'hola'. Is there any way to match all the files that don't contain 'hola' in its name? with awk and grep it's easy, but I can't figure out with rc. match=() for(i in *)

Re: [9fans] rc file name matching

2011-02-16 Thread Anthony Sorace
I hadn't thought of erik's answer. I usually end up doing something like cat `{ls | grep -v hola} or the like. I find that easier to read, unless you're really restricted to literally using just rc for some reason. PGP.sig Description: This is a digitally signed message part

Re: [9fans] rc file name matching

2011-02-16 Thread hugo rivera
Thanks Erik. 2011/2/16 erik quanstrom quans...@labs.coraid.com: On Wed Feb 16 09:59:31 EST 2011, uai...@gmail.com wrote: Hi, In rc *hola* matches any file that contains the word 'hola'. Is there any way to match all the files that don't contain 'hola' in its name? with awk and grep it's

Re: [9fans] rc file name matching

2011-02-16 Thread hugo rivera
I am not restricted to rc only. I was doing something similar to you, but then it occurred to me that perhaps there was an easy way to do it with rc; apparently there isn't ☺ 2011/2/16 Anthony Sorace a...@9srv.net: I hadn't thought of erik's answer. I usually end up doing something like cat

[9fans] 9vx versions

2011-02-16 Thread Christoph Lohmann
Good evening, reading through the archives of 9fans reveals me that there are many patched 9vx versions out there. Since the 9vx from swtch.com is bailing on me while installing the vera fonts and someone on IRC told me, that there is a more stable patch- ed version of if, but I cannot find any

Re: [9fans] 9vx versions

2011-02-16 Thread Jacob Todd
There's yiyus' and rminnichs' verions on bitbucket, just search for 9vx there and you should find them. I think ron's is a fork of yiyus', I'm not completely sufe how much the differ.

Re: [9fans] 9vx versions

2011-02-16 Thread ron minnich
On Wed, Feb 16, 2011 at 10:33 AM, Jacob Todd jaketodd...@gmail.com wrote: There's yiyus' and rminnichs' verions on bitbucket, just search for 9vx there and you should find them. I think ron's is a fork of yiyus', I'm not completely sufe how much the differ. ron is a fork of the original. yiyus

Re: [9fans] 9vx versions

2011-02-16 Thread yy
2011/2/16 ron minnich rminn...@gmail.com: On Wed, Feb 16, 2011 at 10:33 AM, Jacob Todd jaketodd...@gmail.com wrote: There's yiyus' and rminnichs' verions on bitbucket, just search for 9vx there and you should find them. I think ron's is a fork of yiyus', I'm not completely sufe how much the

Re: [9fans] 9vx versions

2011-02-16 Thread Russ Cox
I have essentially abdicated responsibility for maintaining 9vx (too much else going on) to Ron. If you want something that works I would use his fork. I should probably just give Ron access to push to the main one. Russ