Horje
bin/bash bad interpreter Code Example
bin/bash bad interpreter
#The ^M is a carriage return character. Linux uses the line feed character to mark the end of a line, whereas Windows uses the two-character sequence CR LF. Your file has Windows line endings, which is confusing Linux.
#remove the cariage character

sed -i -e 's/\r$//' NAME-OF-FILE.sh




Csharp

Related
bash if null or empty Code Example bash if null or empty Code Example
c# datatable copy selected rows to another table Code Example c# datatable copy selected rows to another table Code Example
check if process is open c# Code Example check if process is open c# Code Example
c# char to int Code Example c# char to int Code Example
how to do a foreach loop in c# for dictionary Code Example how to do a foreach loop in c# for dictionary Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10