From 0a243b74c1abac0a3b4be657488592f19d724279 Mon Sep 17 00:00:00 2001 From: koalaman Date: Fri, 19 Jan 2018 18:46:25 -0800 Subject: [PATCH] Updated SC2095 (markdown) --- SC2095.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SC2095.md b/SC2095.md index 296d824..d232a5b 100644 --- a/SC2095.md +++ b/SC2095.md @@ -31,4 +31,10 @@ You can also use command specific options like `ssh -n` and `mplayer -noconsolec ### Exceptions: -None. \ No newline at end of file +None. + +### Related resources: + +* [BashFaq: I'm reading a file line by line and running ssh or ffmpeg, only the first line gets processed!](https://mywiki.wooledge.org/BashFAQ/089) +* [StackOverflow: Shell script while read line loop stops after the first line +](https://stackoverflow.com/questions/13800225/shell-script-while-read-line-loop-stops-after-the-first-line) \ No newline at end of file