Updated SC2095 (markdown)

koalaman
2018-01-19 18:46:25 -08:00
parent 7f331c5a93
commit 0a243b74c1

@@ -31,4 +31,10 @@ You can also use command specific options like `ssh -n` and `mplayer -noconsolec
### Exceptions:
None.
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)