EMAIL PROTECTED]
Subject: Re: TCSH 6.13 shell script can't re-write to a file
If you use /bin/echo the problem goes away.
I can reproduce the problem with tcsh and
when using /bin/echo instead of the builtin,
I get the expected behavior.
Apparently the built-in echo function
If you use /bin/echo the problem goes away.
I can reproduce the problem with tcsh and
when using /bin/echo instead of the builtin,
I get the expected behavior.
Apparently the built-in echo functions differently.
neal
___
Do you Yahoo!?
Shop for Bac
I just tried this and had the same problem:
> echo "Hello" > Stuff
> rm -f Stuff
> echo "Goodbye" > Stuff
Stuff: Permission denied.
> ls -l Stuff
ls: Stuff: No such file or directory
> tcsh --version
tcsh 6.13.00 (Astron) 2004-05-19 (i386-intel-posix) options
8b,nls,dl,al,kan,rh,color,dspm
> uname
3 matches
Mail list logo