cygwin, PATH problem?
- by jayjaypg22
I run a .ksh containing a awk call. awk.exe and his shortcut awk is in /bin/awk, /bin is in the PATH environment variable. But when I try to launch awk, I have this error message :
bash: /usr/bin/awk: no such file or directory
Why didn't bash look for it in the /bin folder too?
edit : tar has the same rights, tar.exe is in /bin and can be listed in /usr/bin/, the exact same way than awk. Tar works fine whereas awk not.