I store name.sh under C:\Documents and Settings\user when i type sh name.sh in Cygwin,
sh: testing.sh: No such file or directory
any help will be appreciated!
|
I store name.sh under C:\Documents and Settings\user when i type sh name.sh in Cygwin,
any help will be appreciated! | ||||
feedback
|
|
Is that the actual output? If so, it's looking for another script called
Also don't forget to make | |||||
feedback
|
|
If you're in C:\Documents and Settings\user when you're running it, try:
If you're not in that directory, you'll need to either change directory there or prepend the command with the location. Here's how to change directory to c:\documents and settings\user
You can see which directory you're currently in with the following command, I believe:
| |||||
feedback
|