diff --git a/SC1017.md b/SC1017.md index 832c72c..9b5d2eb 100644 --- a/SC1017.md +++ b/SC1017.md @@ -29,4 +29,10 @@ This will read a script `badscript` with possible carriage returns, and write `g ### Exceptions: -None \ No newline at end of file +None + +### Related resources: + +* [BashFaq: How do I convert a file from DOS format to UNIX format (remove CRs from CR-LF line terminators)?](https://mywiki.wooledge.org/BashFAQ/052) +* [StackOverflow: Are shell scripts sensitive to encoding and line endings? +](https://stackoverflow.com/questions/39527571/are-shell-scripts-sensitive-to-encoding-and-line-endings) \ No newline at end of file