> >When I try to run an executable cgxg.x in the Korn shell by typing
> >'cgxg.x' I get:
> >'/bin/ksh: cgxg.x: not found'
> If "cgxg.x" is something that you have just written, you might need to
> use the "hash" command.
you might try are "whereis" and "which". Make sure that :/full/path/to/cgxg:
is in your PATH.
-Andy M
--
/*sig.c*/void P(){int i;for(i=0;i<63;i++)printf("%c",'#');printf("\n");}main(){