由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - why could I not run .profile file?
相关主题
should the .dll and .lib have the same name?where is my downloaded file ?
a PERL opendir/readdir question*** help needed! on MATLAB GUI ***
急问:大家一般都用什么profiling工具和memory leak的监测工what's wrong with this scripts?variable passing?
gprof和STL的问题cgi测试newbee问题
[合集] 急问:大家一般都用什么profiling工具和memory leak的监remove a module from cvs
code profiling 的问题sdk那个register directories with vs有什么用?
大家都用什么工具来profile C/C++程序新手弱问:怎么让VC记住新添加的库文件?
怎么样profile C++ code最好?How to fix this? /bin/ls: Argument list too long
相关话题的讨论汇总
话题: rxd15话题: p2000话题: 16话题: profile话题: 06
进入Programming版参与讨论
1 (共1页)
s******y
发帖数: 68
1
drwxr-xr-x 2 rxd15 p2000 160 2009-06-16 16:30 .
drwxr-xr-x 3 root root 72 2009-06-16 10:56 ..
-rw------- 1 rxd15 p2000 328 2009-06-16 16:52 .kshrc_history
-rw------- 1 rxd15 p2000 35 2009-06-16 16:30 .lesshst
-rwxr-xr-x 1 rxd15 p2000 6385 2009-06-16 16:30 .profile
-rw------- 1 rxd15 p2000 0 2009-06-16 15:00 .Xauthority
rxd15@devlnx1:/home/p2000/rxd15> . .profile
-ksh: .: .profile: cannot open [No such file or directory]
d*h
发帖数: 2347
2
use relative path ./.profile
or include . in PATH environment variable.

【在 s******y 的大作中提到】
: drwxr-xr-x 2 rxd15 p2000 160 2009-06-16 16:30 .
: drwxr-xr-x 3 root root 72 2009-06-16 10:56 ..
: -rw------- 1 rxd15 p2000 328 2009-06-16 16:52 .kshrc_history
: -rw------- 1 rxd15 p2000 35 2009-06-16 16:30 .lesshst
: -rwxr-xr-x 1 rxd15 p2000 6385 2009-06-16 16:30 .profile
: -rw------- 1 rxd15 p2000 0 2009-06-16 15:00 .Xauthority
: rxd15@devlnx1:/home/p2000/rxd15> . .profile
: -ksh: .: .profile: cannot open [No such file or directory]

1 (共1页)
进入Programming版参与讨论
相关主题
How to fix this? /bin/ls: Argument list too long[合集] 急问:大家一般都用什么profiling工具和memory leak的监
请教一个弱弱问题,关于#include的pathnamecode profiling 的问题
how to include header file in other directory?大家都用什么工具来profile C/C++程序
How to link math library in VC2005?怎么样profile C++ code最好?
should the .dll and .lib have the same name?where is my downloaded file ?
a PERL opendir/readdir question*** help needed! on MATLAB GUI ***
急问:大家一般都用什么profiling工具和memory leak的监测工what's wrong with this scripts?variable passing?
gprof和STL的问题cgi测试newbee问题
相关话题的讨论汇总
话题: rxd15话题: p2000话题: 16话题: profile话题: 06