Re: [9fans] how can I set path

2011-03-25 Thread Zhai
On 3月25日, 下午12时22分, 34261...@qq.com (流明) wrote: > I'm new to plan9. i don't know how to set path on plan9, can you help me? > thank you. 你好,能帮个忙吗? 我从贝尔实验室下载plan9速度太慢了, 能不能给我传个安装文件 可以QQ或者Email联系 先谢了

Re: [9fans] how can I set path

2011-03-25 Thread roger peppe
On 25 March 2011 13:53, roger peppe wrote: > i always set $path to (/bin .) > it can be much faster, apart from anything else. % 9fs sources % cd /n/sources % echo $path /bin . % time rc -c '{for(i in `{seq 1 100}){echo $i}}' > /dev/null 0.01u 0.09s 0.27rrc -c {for(i in `{seq 1 100}){echo

Re: [9fans] how can I set path

2011-03-25 Thread roger peppe
On 25 March 2011 12:27, erik quanstrom wrote: >> I read that as allowing the shell to run programs that the kernel would >> reject.  I eventually understood it to mean that you can hide programs >> where only the shell will find them.  Is the current directory one of >> those places, I wonder?  I'

Re: [9fans] how can I set path

2011-03-25 Thread erik quanstrom
> I read that as allowing the shell to run programs that the kernel would > reject. I eventually understood it to mean that you can hide programs > where only the shell will find them. Is the current directory one of > those places, I wonder? I'm reluctant to figure it out for myself - > long da

Re: [9fans] how can I set path

2011-03-25 Thread Lucio De Re
On Fri, Mar 25, 2011 at 07:57:36AM -0400, erik quanstrom wrote: > > for the record, you can set the path. e.g. > path=($path /some/other/directory) > the default path is (. /bin). > Probably because one doesn't want to bind "." to /bin for every "." visited, not because it's a good idea.

Re: [9fans] how can I set path

2011-03-25 Thread erik quanstrom
> I'm new to plan9. i don't know how to set path on plan9, can you help me? > thank you for the record, you can set the path. e.g. path=($path /some/other/directory) the default path is (. /bin). jaketodd and john correctly point out that this isn't the way it's done; bind(1) is the pre

Re: [9fans] how can I set path

2011-03-24 Thread 流明
it does! thank you very much! >From: John Floren >Subject: how can I set path >Date: Thu, 24 Mar 2011 21:36:51 -0700 >bind -b /usr/glenda/inferno/Plan9/386/bin /bin >2011/3/24 ���˜Ž <34261...@qq.com>: >> but i want to build inferno on plan9, i have to� add >> /usr/glenda/inferno/Plan9/3

Re: [9fans] how can I set path

2011-03-24 Thread Jacob Todd
bind -a /usr/glenda/inferno/Plan9/386/bin /bin

Re: [9fans] how can I set path

2011-03-24 Thread John Floren
bind -b /usr/glenda/inferno/Plan9/386/bin /bin 2011/3/24 流明 <34261...@qq.com>: > but i want to build inferno on plan9, i have to add > /usr/glenda/inferno/Plan9/386/bin to my default path. > how can i do that? > > >>From: Jacob Todd >>Subject: how can I set path >>Date: Fri, 25 Mar 2011 00:23:09

Re: [9fans] how can I set path

2011-03-24 Thread 流明
but i want to build inferno on plan9, i have to add /usr/glenda/inferno/Plan9/386/bin to my default path. how can i do that? >From: Jacob Todd >Subject: how can I set path >Date: Fri, 25 Mar 2011 00:23:09 -0400 >You don't. You may want read /sys/doc/9.ps.

Re: [9fans] how can I set path

2011-03-24 Thread Jacob Todd
You don't. You may want read /sys/doc/9.ps.

[9fans] how can I set path

2011-03-24 Thread 流明
I'm new to plan9. i don't know how to set path on plan9, can you help me? thank you.