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