Updated SC2010 (markdown)

Daniel YC Lin
2018-01-04 11:50:23 +08:00
parent 45b2713b65
commit c9b89bbc96

@@ -17,4 +17,8 @@ Matching non-alphanumeric characters with grep may require escaping. Typically
### Exceptions: ### Exceptions:
None Matching the negative list.
```sh
ls /directory | grep -v NOT_target_file_pattern
```