From f71ccd5bdfdb61e323f794b5ba465c1a49797c10 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 26 Jul 2014 12:57:27 -0700 Subject: [PATCH] Contraindications is a word --- SC2001.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2001.md b/SC2001.md index eebd7dc..4c0df3c 100644 --- a/SC2001.md +++ b/SC2001.md @@ -12,7 +12,7 @@ Let's assume somewhere earlier in your code you have put data into a variable (Ex: $string). Now you want to do a search and replace inside the contents of $string and echo the contents out. You could pass this to sed as done in the example above, but for simple substitutions utilizing the shell for the same feature is a lot simpler and should be utilized whenever possible. -### Contradictions +### Contraindications Occasionally a more complex sed substitution is required. For example, getting the last character of a string.