mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2002 (markdown)
@@ -10,7 +10,7 @@ cat file | tr ' ' _ | grep a_
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
tr ' ' _ < file | grep a_
|
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:
|
### Rationale:
|
||||||
|
Reference in New Issue
Block a user