solving "command not foundne" errors (Entry Nr. 138, by user 1 | edit) |
|
|
When you use shellscripts written under Windows in Linux, you will see strange "command not foundne" errors.
It is somehow related to the different newline characters used on both systems.
To fix your scripts, replace all occurances of "\r\n" with "\n". |
|
|
Create a new entry at this position
|
|
|