mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC2010 (markdown)
@@ -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
|
||||||
|
```
|
Reference in New Issue
Block a user