Hello!
My original question was:
> Hello!
>
> >From that we have the version of digital unix 4.0b whe have some
> problems with the tcsh-6.06.The problems are related with the use of: ~
> for example, if we execute :
> echo ~
> the result is correct, but if we execute:
> echo ~username
> the result is nothing, the same with other commands .
>
> Do you know anything about this problem?
>
> We have recompiled the tcsh but the problem continue.
>
> Thanks in advanced.
Thanks at all:
Sean O'Connell, Martin Mokrejs, George F. Chalissery, Mikel Stous,
Kevin Oberman, Lombardi emanuele and Ollivier Robert.
The advice was recompile other new version but the problem continue.
The solution was to change in the file config.h, the next line:
#undef YPBUGS
to:
#define YPBUGS
because we have YP.
and now, all is correct.
Thanks.
Received on Tue Nov 25 1997 - 19:53:46 NZDT