From be9ef94d3f5c10a2f0c39bb9fef897d953f6dc7b Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Fri, 31 Aug 2018 15:24:48 -0700 Subject: [PATCH] Updated SC1014 (markdown) --- SC1014.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SC1014.md b/SC1014.md index cc40550..07925b0 100644 --- a/SC1014.md +++ b/SC1014.md @@ -40,4 +40,9 @@ For more information, see [this problem in the Bash Pitfall](http://mywiki.woole ### Exceptions: -None. \ No newline at end of file +None. + +### Related resources: + +* [How do I use a file grep comparison inside a bash if/else statement?](https://stackoverflow.com/questions/2480584/how-do-i-use-a-file-grep-comparison-inside-a-bash-if-else-statement) +* Bash Pitfalls: [ if [grep foo myfile] ](https://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D) \ No newline at end of file