由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - why my shell program doesn't continue
相关主题
Socker Release.Re: CXterm Configure prob on SUN sparc 5
a question, thank you!我想down套solaris8,有谁可以帮我的么??
UNIX vs LINUX? why?Question about Cxterm: how to add fonts when using X terminal?
有哪位大吓知道CXTERM下的中文文本编辑软件,请告知,不胜感激!How can I input Chinese under Solaris/intel?
Solaris FAQbad root shell?
Sun Ultra 10can SPARC Station 5 or 20 recognize IBM DMVS COMP IEC-950 LVD 9G scsi harddisk?
SOS! Sun Ultra 10 questionRe: can SPARC Station 5 or 20 recognize IBM DMVS COMP IEC-950 LVD 9G s
How to view chinese font in Solaris/intel?做一个PROJECT,教授需要RCS
相关话题的讨论汇总
话题: temp1话题: why话题: program话题: simple话题: grep
进入Unix版参与讨论
1 (共1页)
g****a
发帖数: 60
1
the program is very simple
=================
#!/bin/csh
cat *.h include/*.h > temp1
grep ^#define temp1 > temp2
=====================
but after showing :
Selected SIMSCRIPT II.5 (1.8) for OpenLook 3.0 on Sun Sparc
it just stay there for ever. after I stop the program using
Ctl-D, I saw temp1 is there.
why.
q***e
发帖数: 90
2
Just type man grep to find out. I am
afraid no one would like to answer such simple and
easy question. Why not look at the manual for
a few minutes and you know why immediately.
Don't dpend on network too much! And ignore
to find out such simple question yourself!

【在 g****a 的大作中提到】
: the program is very simple
: =================
: #!/bin/csh
: cat *.h include/*.h > temp1
: grep ^#define temp1 > temp2
: =====================
: but after showing :
: Selected SIMSCRIPT II.5 (1.8) for OpenLook 3.0 on Sun Sparc
: it just stay there for ever. after I stop the program using
: Ctl-D, I saw temp1 is there.

1 (共1页)
进入Unix版参与讨论
相关主题
做一个PROJECT,教授需要RCSSolaris FAQ
如何设置一机多屏???Sun Ultra 10
about Sun WorkstationsSOS! Sun Ultra 10 question
偶要疯了!How to view chinese font in Solaris/intel?
Socker Release.Re: CXterm Configure prob on SUN sparc 5
a question, thank you!我想down套solaris8,有谁可以帮我的么??
UNIX vs LINUX? why?Question about Cxterm: how to add fonts when using X terminal?
有哪位大吓知道CXTERM下的中文文本编辑软件,请告知,不胜感激!How can I input Chinese under Solaris/intel?
相关话题的讨论汇总
话题: temp1话题: why话题: program话题: simple话题: grep