From ebc81d653534fea2621d1fbb77719619033c1c30 Mon Sep 17 00:00:00 2001 From: Tomek Grzechowski Date: Thu, 16 Nov 2017 18:41:41 +0100 Subject: [PATCH] fixing code block --- SC2010.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SC2010.md b/SC2010.md index 034cfea..84fa35f 100644 --- a/SC2010.md +++ b/SC2010.md @@ -17,4 +17,6 @@ Matching non-alphanumeric characters with grep may require escaping. Typically ### Exceptions: -ls /directory | grep -v unwanted_target_file_pattern \ No newline at end of file +```sh +ls /directory | grep -v unwanted_target_file_pattern +``` \ No newline at end of file