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