awk permissions related problem - manual-entry --> awk: permission denied
Earnie Boyd
earnie_boyd@yahoo.com
Sun Jan 28 17:27:00 GMT 2001
Chuck.Irvine@mail.sprint.com wrote:
> Hi Earnie,
>> Deleting and re-creating the link resulted in the same problem.
>> The other approach, if I understood correctly, resulted in a different
> problem. I deleted the awk link and created a script named awk with the
> contents:
>> ----------------------------------
> #!/bin/sh
> gawk $*
> -----------------------------------
No, this isn't what I was thinking, but never mind. I just noticed we're
talking about ntemacs. Non-Cygwin programs aren't going to understand
symbollic links. Do
rm awk.exe
cp gawk.exe awk.exe
HTH,
Earnie.
P.S.: In your script you should have used $@ instead of $*.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list