mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Use find /directory ! -name unwanted_target_file_pattern
@@ -17,6 +17,4 @@ Matching non-alphanumeric characters with grep may require escaping. Typically
|
||||
|
||||
### Exceptions:
|
||||
|
||||
```sh
|
||||
ls /directory | grep -v unwanted_target_file_pattern
|
||||
```
|
||||
None
|
Reference in New Issue
Block a user