|
Thanks, that worked.
OK, I'm back to normal, but still baffled by an original problem I had. I'm trying to run a script out of my /home/atama/bin directory. When I type the scripts name (test) from home/atama, I get nothing. But when I type ./bin/test the script runs. /home/atama/bin is in my path so why the heck isn't this working?
The file is executable.
Here's a snap shot of "echo $PATH":
/usr/bin:/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/spectro:.:/home/atama/bin
Does anyone know what's going on here?
|