From 93cabd7f990365756d5b1c7df3d0e02a315fb13d Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:32:47 -0800 Subject: [PATCH] Updated SC1017 (markdown) --- SC1017.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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