b*********n 发帖数: 2284 | 1 Is there any good CShell programming instruction
on-line available? Could big shrimp give me a line?
Thanks a lot la! |
|
A**u 发帖数: 2087 | 2 cshell.... can you really creat a $.xxx by touching?
I can't in cshell. |
|
y*********e 发帖数: 518 | 3 Some thoughts when I read this resume as interviewer. Starts with ## inline.
Name address
• 5+ years of experience in software
development.
• 3+ years of experience in large scale
software design, network, multithreaded
programming, Inter-process communication and
distributed system.
• Skills: C, C++, Python, Shell, Java,
C#, Perl; SQL, SQL server, MySQL; JavaScript,
Ajax, Asp.Net, XML; UNIX, Windows; Design
Patterns
## No need to mention Windows... unless you are f... 阅读全帖 |
|
y*****h 发帖数: 492 | 4 【 以下文字转载自 JobHunting 讨论区 】
发信人: cshell (perl), 信区: JobHunting
标 题: 中国人在美国建立自己的人脉网络的几种重要方法
发信站: BBS 未名空间站 (Sun Apr 8 22:51:49 2007)
人脉网络,或者说,人际关系,对一个人的发展有着非常重要的作用。这条无论在中国
还是美国都千真万确。国内的情况我们就不提了。在美国,无论学术界还是工业界还是
政府部门,人脉关系无时无刻不在影响着人们的生活。小到一个人找工作,大到百万美
元的项目到底批给谁。我们先不好高骛远的去想那些百万美元的项目问题,就先说说找
工作的事情吧。
人脉对于找工作的重要性,就象肥料之于花草树木。虽然没有肥料也会开花结果,但是
花会小果会涩。 如果有了超强的肥料,你就会收获数倍的更好更艳的花和更大更香的
果子。调查表明,现在很大一部分的工作都是通过公司内部的人referral招人的。我的
好几个朋友,根本就没有经过正式面试,就被公司录取了,就是因为他们的朋友在那些
公司工作,而且表现都很好,老板们就主动问他们有没有认识的人可以介绍进来。
中国人在美国 |
|
l*****l 发帖数: 1 | 5 you are so strong!【 在 cshell (perl) 的大作中提到: 】 |
|
i**********r 发帖数: 36 | 6 【 以下文字转载自 Linux 讨论区 】
【 原文由 interstellar 所发表 】
in composer, whenever I try to assign some links, colors, ... to texts,
when I press "OK" button, everything disappears, and the cshell tells me
"bus error". There is no such problem in our solaris though.
What can this be? Thanks la. |
|
M******e 发帖数: 135 | 7 用一个c shell文件把一些file转换成binary file;
结果同样的文件,同样的原始file,在老板服务器上运行之后,
我的子目录和老板子目录下得到的结果有很大不同。
试了好几次都不一样。是不是我的环境变量和老板的不同?
linux只懂基本的语法和操作,请帮忙指点迷津。
Bow... |
|
|
|
|
U*E 发帖数: 3620 | 11 bin file != executable file!
system("a.sh") is OK
but a.sh is not a binary file
I think he compiled that file |
|
c****p 发帖数: 6474 | 12 compile的话,,和用什么shell应该没关系吧。。。
反正我是没明白楼主的叙述 |
|
f********o 发帖数: 1163 | 13 大哥,你现在你自己的C shell上试一下再发行不。我标题里写了是Cshell不是Ksh或
bash。。。。 |
|
|
kb 发帖数: 73 | 15 It means there is no csh on the server you connected. You should ask help from
the server system administrator for this kind of problem. Either you don't
cshell or some misconfiguration. |
|
n****e 发帖数: 4 | 16 I don't know how to config Cshell for
following functions:
1. Up arrow for previous commands
2. Tab key for implicit file name
Thanks |
|
j***y 发帖数: 2074 | 17 many of my colleagues like to use xterm, instead of tcshell.
i don't why. any difference?
thanks, |
|
a****a 发帖数: 112 | 18 我的Unix帐号忽然出了点毛病,本来可以用上下箭头去回忆
敲过的命令,忽然就不行了。我用的是CShell,试着改了改
stty的参数,但找不到该怎么做。请高人们帮忙,多谢!
虽然问题不大,但是确实挺麻烦的。 |
|
s****a 发帖数: 260 | 19 如何设置:
按住方向键找到以前使用过的命令,即找到history中想要的命令。
unix本身提供了一些命令:
如!! !n !-n !string等,
但是不如方向键好用,不知道在cshell下如何写.cshrc文件,
请高手指教,谢谢
|
|
r*****o 发帖数: 28 | 20 In my .cshrc, I have a alias setproj = source ~/.setproj
and in .setproj, I have the following:
...
set path = (/proj/newpath $path)
newgrp projgroup
But when I run 'setproj' in CSHELL, the new PATH is not added, I guess its'
because of the newgrp doee not export PATH to new shell, how do I get around
it?
Thanks! |
|
c**t 发帖数: 26 | 21 use perl or cshell, it's simple |
|
p********h 发帖数: 166 | 22 不是很明白你的意思,你是想截取第二行第二列吗?
难道不是用sed awk吗
cshell里面,set y=`sed -n 2p test.txt | awk '{print $2}'` |
|
p********h 发帖数: 166 | 23 不是很明白你的意思,你是想截取第二行第二列吗?
难道不是用sed awk吗
cshell里面,set y=`sed -n 2p test.txt | awk '{print $2}'` |
|
D******n 发帖数: 2836 | 24 果然是cshell。
我一般都是删掉 .cshrc 自己重写。
也不行?原来我们 admin 把 cd alias 成 |
|