Updated SC2002 (markdown)

Mingye Wang
2015-09-18 21:52:07 -04:00
parent 99b1ab60a5
commit fcc0010ff9

@@ -10,7 +10,7 @@ cat file | tr ' ' _ | grep a_
```sh
tr ' ' _ < file | grep a_
< file tr ' ' _ | grep a_ # warn: simple commands only -- won't work with componds
< file tr ' ' _ | grep a_ # **simple commands only, won't work with compounds
```
### Rationale: