why my shell program doesn't continue# Unix - 噫吁兮,危乎高哉
g*a
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.
=================
#!/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.