Updated SC1014 (markdown)

Vidar Holen
2018-08-31 15:24:48 -07:00
parent 0226fa99cc
commit be9ef94d3f

@@ -41,3 +41,8 @@ For more information, see [this problem in the Bash Pitfall](http://mywiki.woole
### Exceptions: ### Exceptions:
None. 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)