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联系
先谢了
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
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'
> 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
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.
> 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
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
bind -a /usr/glenda/inferno/Plan9/386/bin /bin
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
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.
You don't. You may want read /sys/doc/9.ps.
I'm new to plan9. i don't know how to set path on plan9, can you help me? thank
you.
12 matches
Mail list logo