gibney.org : Technology : Programming : BASH : solving "command not foundne" errors


just a logo :)

search:


See as: raw | code

terms of service | imprint

gibney.org
is powered by m1d1





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