fixing code block

Tomek Grzechowski
2017-11-16 18:41:41 +01:00
parent cef66df175
commit ebc81d6535

@@ -17,4 +17,6 @@ Matching non-alphanumeric characters with grep may require escaping. Typically
### Exceptions: ### Exceptions:
ls /directory | grep -v unwanted_target_file_pattern ```sh
ls /directory | grep -v unwanted_target_file_pattern
```