Updated SC2002 (markdown)

Mingye Wang
2015-09-18 21:51:50 -04:00
parent cfae9b28ad
commit 99b1ab60a5

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