there is a .sh file that needs to be run in Cygwin, and the prompt "command not found" appears:
dell@DESKTOP-N3ARKV6 /cygdrive/d/Crunch/src
$ install-dependencies.sh
-bash: install-dependencies.sh:
how can I run it?
there is a .sh file that needs to be run in Cygwin, and the prompt "command not found" appears:
dell@DESKTOP-N3ARKV6 /cygdrive/d/Crunch/src
$ install-dependencies.sh
-bash: install-dependencies.sh:
how can I run it?
should be . / install-dependencies.sh
or sh install-dependencies.sh
if you don't add . /
, shell will look for this command in $PATH
, and the current directory is not under $PATH
. Add . /
to execute the script in the current directory
Hello, everyone. Recently, the windows server will not be able to connect to port 58422 for a period of time. We use cygwin,. Don t we know that anyone has encountered such a problem? we checked the information and changed the system parameters, but th...
< H1 > question < H1 > I want to compile it with make. The header file uses iconv.h , but cygwin already has libiconv installed . ...
textbook gives a string of code, configure environment variables before each run in a specific folder, report an error when starting "Cygwin " and return an error, I think it is still the problem of unix format and windows doc format carriage return, yo...
RT, what are the main differences between the two. ...